-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Debugging Python code does not work #1125
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
print("Hello World")
"logToFile": true
|
Have the same issue. Did everything as you wrote, but "debug.log" file didn't appear. VS Code 1.21.1 x64 |
Please try un-installing the extension and installing it again. If that does not work go into the extensions folder (select the command Let me know how this goes.
|
It's work! The problem was in the access rights on the folder - to delete it manually I have to delete everything inside the folder and then ms-python folder at all. After I manually clean folder and reinstall extension debug started and debug.log appeared in the extension folder. Thank you for help! |
@DonJayamanne |
@DonJayamanne |
@Joukahainen82 |
I have the same issue, deleting and reinstalling the extension didn't work. |
Please could you create a separate issue. Everyone else seems to have this issue due to a faulty installation of the extension. |
Hello!
I did not reinstall anything. Everything just started to work by itself after a week or two. Maybe it was another update that fixed the problem.
Generally everything works by itself 😊
Pete
Od: Don Jayamanne
Wysłano: poniedziałek, 9 kwietnia 2018 16:55
Do: Microsoft/vscode-python
DW: Joukahainen82; Mention
Temat: Re: [Microsoft/vscode-python] Debugging Python code does not work(#1125)
@Joukahainen82
Please confirm this works after uninstalling and reinstalling the extension.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Original Issue by @Joukahainen82 created at vscode repo:
Issue Type
Bug
Description
Just after downloading and installing the latest update to VS Code I cannot debug my Python code. Everytime I get the message:
Error
Debug adapter process has terminated unexpectedly
Before that last update debugging the same code ran fine.
VS Code Info
VS Code version: Code 1.20.1 (f88bbf9137d24d36d968ea6b2911786bfe103002, 2018-02-13T15:34:36.336Z)
OS version: Windows_NT x64 10.0.16299
System Info
Extensions (16)
User @Tiancityrua has the same issue:
The text was updated successfully, but these errors were encountered: