-
-
Notifications
You must be signed in to change notification settings - Fork 21
[QUESTION] How to attach python debugger properly ? #264
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
Comments
Normally you don't need a launch.config, just search for |
Thank you for your time ! Apparently you are right I don't need the launch config but if I can remember right I made it to use breakpoints correctly. Maybe I'm wrong. However the debugger still doesn't open file in which breakpoint is set when it reaches it. |
I just saw this, it might be related to my problem :
|
I finally found the solution to my problem, I downgraded to VSCode v1.89.1 (Python Debugger Issue) |
very good! Thanks for the info! |
I would like to know how to configure python debugger properly. Before, I could just debug tests and use breakpoints in python code but I can't seem to do it properly. When it hits a breakpoint it does not open the file the breakpoint is in and I can't see variables values.
I can see that it's stopped on a breakpoint :

If I go to the file it's stopped in, I can't seem to see variables values :

Here is my actual configuration
The text was updated successfully, but these errors were encountered: