-
Notifications
You must be signed in to change notification settings - Fork 26
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 not working properly in 1.88 with Git Bash shell #314
Comments
Version: 1.88.1 (system setup) I'm seeing something very similar. I did find that if I kill the current terminals I have opened I can run the debugger exactly once. After this it will fail with the above mentioned error. If I kill all terminals again, I am then able to run the debugger once again before seeing this error. |
Version: 1.88.1 (user setup) After I updated VSC this morning, it won't be able to debug the python code anymore, The last two lines of the messages look like these: |
I face the same issue. |
but all work good if default terminal is cmd |
I have this problem too. If someone finds a solution or if it's fixed in the next version, please tell me. |
i face the same in java on vscode-1.89. luckily, vscode-1.90 fixed this problem today. |
Hi! Looks like this might be fixed from the last comment, if not please comment and we can reopen. Thanks! |
Since I updated to VSCode 1.88 im facing issues with debugging python on windows.
Im using
Environment
Version: 1.88.1 (user setup)
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:41:02.734Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.22631
git version 2.44.0.windows.1
"terminal.integrated.defaultProfile.windows": "Git Bash"
If i run the following launch configuration
launching test.py
with a breakpoint , the first time i launch the debugger i get the following commandline output
$/usr/bin/env c:\\mygits\\deepose\\.venv\\Scripts\\python.exe c:\\Users\\IvanL\\.vscode\\extensions\\ms-python.debugpy-2024.4.0-win32-x64\\bundled\\libs\\debugpy\\adapter/../..\\debugpy\\launcher 52743 -- C:\\mygits\\deepose\\python\\experimental\\test.py
which is correct. If I then hit the restart debug command, i get
which is incorrect, for some reason the
/usr/bin/env c:\\mygits\\deepose\\.venv\\Scripts\\python.exe c:\\Users\\Iv
got peeled of from the command line input.
The text was updated successfully, but these errors were encountered: