-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
vscode-python 0.8.0 makes all debugging services of vscode 1.18 non-working #58
Comments
I have the same issue: VS Code version 1.18 |
Please could you describe what you means by
|
Ok, I'll be more specific. I created a new directory and run
Now I have 2 cases:
Choosing in vscode menu
The same action silently fails:
Reinstalling the extension does not help. I think this can be related to #57 |
Great, looks like there's an error and that's the problem. This isn't related to #57. |
@b-hahn |
@DonJayamanne Indeed it seems like my problem is different. I tried again and now I get the following: when I debug some python code it takes longer until it breaks at the beginning of the code. I then get the following error message in the console:
It then proceeds to debug as it used to before the update (don't know if I had the same error then as well). If I run the python file without debugging then it runs once but I can't run it a second time, either with or without debugging. The little blue status bar on the top left keeps on moving, as if the process hadn't terminated, although the code seems to get to the last line and it worked before the update. This happens with one-line print statement as well so I don't think it's my code. I have to restart VS Code to run it again. Here I don't get any errors either in the console or the python output window. I'm using this launch.json:
Let me know if you need anything else! |
@b-hahn please could you create a separate issue for the problem you are experiencing (with all relevant information). Gets quite difficult to manage multiple problems from the same issue. Thanks. |
@DonJayamanne Sure, I just created a separate issue. Regarding the screen shot, I don't get an error message so I can't really attach anything, I simply can't run code after I've used the "Start without Debugging" function once. Let me know if you need anything else! |
I wish I were lucky enough to get an error message. It just hangs indefinitely for me in Code, and - surprisingly - trying to debug a python app in Code-Insiders starts an instance of Code instead of debugging my app! This is all with a configuration that's been working solidly for me for weeks now. |
fixes #58, check if valid value is returned
Environment data
VS Code version: 1.18
Python Extension version: 0.8.0
Python Version: 3.6.3
OS and version: Windows_NT x64 10.0.15063
Actual behavior
Once the extension is enabled everything in vscode related to debugging (Start Debugging, Open Configurations etc.) stops working. All other languages (e.g. C++) are affected as well. Disabling vscode-python extension restores normal operation. It worked before upgrade to 1.18/0.8.0 without a problem.
Expected behavior
Working debug
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: