Replies: 1 comment
-
Did you try setting "justMyCode" false to true? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
VSCode has a way to debug apps inside a docker container: https://code.visualstudio.com/docs/containers/debug-common
I tried to debug pytest tests using the following configuration:
My launch.json file:
However, I'm able to debug the pytest internal code, but not to debug actual tests:

This is the command that is executed in order to debug:
I opened an issue in VSCode docker extension, and they suggested opening a discussion here, and I really appreciate your help/
Beta Was this translation helpful? Give feedback.
All reactions