How to use --pdbcls parameter to attach to VSCode Debugger #13096
Unanswered
programmerPhysicist
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried the following command:
pytest --pdbcls=debugpy:launcher
, so that pytest will attach to the debugpy debugger, which is used in a VSCode python extension to debug python code. Nothing seems to happen. Anybody know the correct way to do it, so that it will attach to the debugger in VSCode?Beta Was this translation helpful? Give feedback.
All reactions