douglasmiranda / douglasmiranda/ddpt
make attach instead of make debug
Open
enhancement
- Dominant language
- Python
- Stars
- 56
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
`make debug` just execute `docker attach` command.
Useful for running after you call `breakpoint()` in your code.
---
Maybe add ` --detach-keys 'ctrl-c'` so we can use `ctrl-c` for exiting the docker attach.
Contributor guide
Research direction
Start by locating the Make target behind `make debug` and inspect how it invokes `docker attach`. Check the development instructions or Docker configuration for the intended target name and detach behavior. Done means the requested Make command is available and its attach behavior matches the issue without breaking existing development workflows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100