Replies: 1 comment 5 replies
-
Please open an issue at https://github.com/microsoft/debugpy . |
Beta Was this translation helpful? Give feedback.
5 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.
-
I am finding the VS Code Python debugger doesn't understand paths with two leading slashes. These are valid paths on Linux which I think should be fine to debug, although in this case was introduced by accident.
Here is an example of a script to debug:
I set a breakpoint on that final "print".
What is strange is if I accidentally add two slashes at the beginning of my PYTHONPATH, the debugger can't properly path-map that.
Originally when I discovered this on a case I can't easily reproduce, I had a more descriptive error in the Call Stack pane of the debugger.
My debug configuration looks like this:
I'm happy to convert this to a bug report, but wanted to check the pulse on this before.
Beta Was this translation helpful? Give feedback.
All reactions