-
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
Debugger throws exception before hitting first line of code #2499
Comments
@HughGrovesArup Please feel free to re-open the issue if the issue persists, or just ping us here and we'll open it. |
I've tried the new version and get this error dialog box popup: Nothing abnormal is displayed in the terminal. The developer console shows this:
|
Please could you try debugging a simple process for with a for loop. |
Tried a simple for loop in C:/temp, got the same error. |
This is interesting, that's not the error you received in the past. In the past it was an error in the debugger, now you aren't even able to launch the debugger (i.e. it cannot connect to it due to a socket connection issue). |
Yes it's odd - I'm sorry I can't provide any more details. Nothing has changed that I am aware of. Is there anywhere else I can look to provide more details? |
Yes, please install Live Share extension and send me your time zone. Let's try to look at this together. |
|
Closing as a duplicate of #2732 |
Environment data
Actual behavior
Debugger does not start. Given file does run as a python file (no exceptions).
Expected behavior
Debugging session starts
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: