Allow to debug workers with binding.pry in docker environment#21462
Open
Allow to debug workers with binding.pry in docker environment#21462
Conversation
* 'dev' of github.com:opf/openproject: (506 commits) Add security fix information to release notes Revise PostgreSQL installation instructions in README Improve system-requirements documentation (opf#21702) update locales from crowdin [ci skip] (Attempt to) Fix flaky meeting_work_package_outcomes spec [#67536] BlockNote: Add spec for work package search order Also allow using single permissions, like others Add `member_wih_roles` and `member_with_permissions` attributes to project factories update blocknote extensions version Change the regex so that modules with a dash can be required update locales from crowdin [ci skip] update locales from crowdin [ci skip] Add AGENTS.md with support for local developer overrides (opf#21736) [#69553] Bump CKEditor build: removes jQuery (opf#21712) Add comprehensive Docker development context to AGENTS.md (opf#21734) Adapt access tokens view according to latest requirements iteration Update copilot-instructions.md to delegate to AGENTS.md Bump supported Ruby to 3.4.7 in code agent files Symlink AGENTS.md as CLAUDE.md Add AGENTS.md for AI coding agent instructions ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What are you trying to accomplish?
Allow developers to debug workers when using docker for development
What approach did you choose and why?
Bind tty not only to web instances.