-
Notifications
You must be signed in to change notification settings - Fork 25
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
Errors when starting to debug #143
Comments
I get this with |
I get this same error with Just updated
|
I have tried upgrade to debug v2024.0.0.0 version. It doesn't work for me . And I also tried pre-release version, fail either. python debug extension version: ms-python.debugpy-2024.1.10362349-darwin-arm64 |
Thanks for your issue report, as you can see, the error was on debugpy side. The error was fixed in the version 1.8.0. Currently our last version of the Python Debugger uses debugpy 1.7.0, in the next release we will update the version of debugpy. |
I have this issue too with the python debugger in Visual Studio Code - how can I solve it? This is my environment: OS name:Ubuntu 20.04.6 LTS Visual studio code version: Python debugger version:v2024.0.0 This is the error I have in visual studio code: cd /home/Documents/scripts2 ; /usr/bin/env /bin/python3 /home/ /.vscode/extensions/ms-python.debugpy-2024.0.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 58729 -- /home/ /Documents/scripts2/print\ ("script").py
|
As seen in the post above you, it will be fixed in the next version of debugpy. So update it via |
Thanks a lot, any expected date for the update? |
Thanks for the bug report, the latest pre-release version of the Python Debugger Extension now uses debugpy |
Just tried step item 1 and 2 from original TPI #141 I think it is working |
@paulacamargo25 - hi, same situation but the latest prerelease version on my side is |
@EeyoreLee could you try updating vscode? |
@paulacamargo25 - Thanks, new version can be found after updating vscode. |
Testing #141
Debugging started fine, but I got this error in the terminal. It was repeated multiple times
The text was updated successfully, but these errors were encountered: