Replies: 1 comment
-
Can you clarify what the differences are wrt running the same with no debugger in the picture? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every time when I run a debugger there happen many things but not what I expect.
I'm running a project with
docker-compose up
Checking the localhost if backend backend is okay. It's down. What's funny the container is running because I'm attached to this with vscode's remote containers.
The
debugpy
library is installed.The first approach to run a debugger end with such info in debug console:
and it's down. Backend is also down.
Second try:
and it's down but backend is up - I'm able to login etc.
The third try ends with such an error connect ECONNREFUSED 127.0.0.1:5678.
Any tips?
Code:
manage.py
The local docker-compose.yml
and the launch.json
Beta Was this translation helpful? Give feedback.
All reactions