-
Notifications
You must be signed in to change notification settings - Fork 513
Debug seems to hang when calling a python script within my PowerShell scripts #163
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
I suspect this has nothing to do with Python but is a duplicate of this issue #149 Can you verify this by commenting out the calls to python and try running the script (without breakpoints) and see if it still hangs? |
I agree, this is due to the issue we currently have. You should go ahead and close your issue on the VS Code repo, we'll have this fixed soon. Thanks! |
I tried to repro this issue and it seems that something weird is indeed going on when running Python in the debugger. I'll have to look into this in more depth soon. |
I can't seem to repro this anymore. Can anyone else give it a try? |
Closing due to inactivity. |
Hi,
I'm not sure if the is your bug or VSCode, so have posted to both.
I have a relatively simple PS script, but when I run a debug in VSCode, VSCode, seems to hang when invoking the Python script. However, if I set a break point (say on line 19 below), and press "pause", I see the output from the Python script in the Debug console and the breakpoint has been hit,
The text was updated successfully, but these errors were encountered: