You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version: 1.18
Python Extension version: 0.8.0
Python Version: 2.7.14
OS and version: Ubuntu 14.04
Actual behavior
As mentioned in my comments in #58 , I can only run the 'Start without Debugging' command once, after which I can neither re-run in debug or non-debug mode unless I restart VS Code.
Steps to reproduce:
Occurs for any python file on my computer, i.e. simply press F5 or Ctrl-F5.
Logs
Output from Python output panel
Nothing related to the problem.
Output from Console window (Help->Developer Tools menu)
#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
Environment data
VS Code version: 1.18
Python Extension version: 0.8.0
Python Version: 2.7.14
OS and version: Ubuntu 14.04
Actual behavior
As mentioned in my comments in #58 , I can only run the 'Start without Debugging' command once, after which I can neither re-run in debug or non-debug mode unless I restart VS Code.
Steps to reproduce:
Logs
Output from
Python
output panelNothing related to the problem.
Output from
Console window
(Help->Developer Tools menu)Thanks!
The text was updated successfully, but these errors were encountered: