-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging in docker containers #202
Comments
Hi, |
In case VS Code does not work well for you, another open source app should do it, too. I just think that PyCharm would work as docker support is only active in the pro version. |
I have a project running with VSCode and Devcontainer where I debug using I run the program through:
Then having VSCode listening to the debuger on 8001 Guess you can do smtg similar on local. ;) |
@titouanfreville Makes sense, I will try it. What I don't understand though – what/where is |
Oups, sry. Thatcher from my on code. |
Story: As a reader of Implementing the Clean Architecture I would like to understand the code by stepping through parts of it it.
Problem: I was unable to set up a VSCode’s debugger to work with the docker containers (Another debugger is also fine – pudb, ipdb probably come without many dependencies)
The text was updated successfully, but these errors were encountered: