-
Notifications
You must be signed in to change notification settings - Fork 137
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
Python debugger hangs when stepping through the code #131
Comments
I found that this happens only when I have some expressions in the "WATCH" list. I can't reproduce it with the empty watch list. It is reproducible with the expression list below. All expressions are invalid as there are no such variables in the script that's being debugged.
|
Also getting this. Definitely relates to adding watches. 1 or 2 can be added without problems, but then a 3rd doesn't appear and step debugger won't continue.
|
The symptoms match #108 perfectly. We have a fix for that in the insiders version of the extension - please give that a try, and let me know if that helps. |
Python debugger hangs when stepping through the code
This seems to be a duplicate of microsoft/vscode-python#3342
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version vscode-python#3977): "Jedi Enabled" is marked in the settingspython.languageServer
setting: Microsoft or Jedi (reproducible in both cases)Expected behaviour
The debugger allows to step through the Python code
Actual behaviour
Python debugger hangs on random lines of code.
Steps to reproduce:
It seems to reproduce on any code, just by stepping through the code. E.g. this trivial script does get stuck when stepping with the debugger:
Logs
There's nothing in the
Output
panel.The text was updated successfully, but these errors were encountered: