-
Notifications
You must be signed in to change notification settings - Fork 142
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
Debugging broken on MacOS Catalina #366
Comments
related microsoft/vscode-python#13433 |
@conkerkh Can you please share some repro code? Also, try enabling debugger logs, see here for instructions: https://github.com/microsoft/debugpy/wiki/Enable-debugger-logs |
@karthiknadig
|
@conkerkh This occurs because of |
This is a dupe of #370 |
Environment data
python.languageServer
setting: XXX[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
Debugging start and I'm able to step through pause etc.
Actual behaviour
After starting debugging debugger just hangs there, when debugging is stopped timeout appears in bottom right.
Steps to reproduce:
Start any debug session of python
The text was updated successfully, but these errors were encountered: