-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Python: 'Start without debugging shortcut’ has a problem. #35
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
From @greenlong on November 10, 2017 5:33 I have same problem. VSCode Version: 1.18 |
I've been having the same problem for a few days now. Since the last Python extension update to be exact. |
In my case when I launch any python debug configuration with the CTRL + F5 combination the code executes but the debugger stays attached. Not exiting, prevents any other start debug configuration from starting. Only solution is to close and re-open vscode. V 1.18.0 x64 |
Closing this as a duplicate of #25 |
#249) - Fixes #25, #32, #35, #235, #242 (unable to run without debugging using CTRL+F5) - Fixes #191, #158, #24, #136 (error message displayed when debugged code terminates) - Fixes #157 (debugger crashes when python program does not launch) - Fixes #114, #149, #250 (use vscode infrastructure to launch debugger in integrated and external terminals) - Fixes #239 Remove prompt added to pause terminal upon program completion
I'm still having this issue |
@jsonMartin did you test w/ the in-development version of the extension which has the fix? Otherwise you should receive the fix in the next public release which is scheduled for mid-December. |
@brettcannon I replaced the files for the Python plugin in my extension folder with the newest version from github, but that didn't seem to work for me. Perhaps there is another way to install the most recent development version of the plugin that I'm not using? |
That won't work, you need to run the compiler/transpiler.
|
OK, thanks - I’ll give that a shot!
…On Thu, Nov 30, 2017 at 6:43 PM Don Jayamanne ***@***.***> wrote:
That won't work, you need to run the compiler/transpiler.
- First uninstall the existing extension, then
- Use the following as a guide (close into your extension directory)
https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD2MVUAaomMttzDXrn7pzQsGDNVJPHYaks5s72fJgaJpZM4QZdjK>
.
|
Hello: ms-python.python: 2018.3.1 (29 Mar 2018) Python script not start when control+F5 but from menu Debug->Start Without Debugging work fine. |
@damufo please open a separate issue. |
From @weqopy on November 9, 2017 13:32
Steps to Reproduce:

4. click the debug in status bar and runs it, VS Code returns this:
5. At last, I have to use cmd+Q to quit Code and restart itReproduces without extensions: Yes/No
Copied from original issue: microsoft/vscode#37946
The text was updated successfully, but these errors were encountered: