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.13.1
Python Extension version: 0.6.7
Python Version: 2.7.10
OS and version: Win 10 Creators Update
Actual behavior
Close external terminal/console after program run (either click Stop on VS Code, X on window or any key on "press any key to continue". Get error message "Debug adapter process has terminated unexpectedly". Reproducible on two different Win10 machines.
Expected behavior
No error message.
Steps to reproduce:
Default launch config. Run any app in debugger in external terminal.
Close terminal
Settings
Your launch.json (if dealing with debugger issues):
default config
Your settings.json:
default settings
Logs
Output from Python output panel
Nothing Relevant
Output from Console window (Help->Developer Tools menu)
Debug adapter process has terminated unexpectedly
e.doShow @ messageService.ts:125
Copied from original issue: DonJayamanne/pythonVSCode#1067
The text was updated successfully, but these errors were encountered:
#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
lockbot
locked as resolved and limited conversation to collaborators
Jul 12, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-terminalbugIssue identified by VS Code Team member as probable bug
From @jakinov on July 3, 2017 21:46
Environment data
VS Code version: 1.13.1
Python Extension version: 0.6.7
Python Version: 2.7.10
OS and version: Win 10 Creators Update
Actual behavior
Close external terminal/console after program run (either click Stop on VS Code, X on window or any key on "press any key to continue". Get error message "Debug adapter process has terminated unexpectedly". Reproducible on two different Win10 machines.
Expected behavior
No error message.
Steps to reproduce:
Settings
Your launch.json (if dealing with debugger issues):
default config
Your settings.json:
default settings
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)Copied from original issue: DonJayamanne/pythonVSCode#1067
The text was updated successfully, but these errors were encountered: