eclipse-theia/theia
在 GitHub 查看fail to exit js debug session with `integratedTerminal` mode
Open
#9,509 创建于 2021年5月24日
debughelp wanted
仓库指标
- Star
- (18,676 star)
- PR 合并指标
- (平均合并 15天 4小时) (30 天内合并 75 个 PR)
描述
Bug Description:
when I start a new js debug session with integratedTerminal mode, when the js process exits, there is still a debug session in the THREADS widget
Steps to Reproduce:
- add a new js debug configuration
- because the default console is
internalConsole, we should add"console": "integratedTerminal"to the config - create a simple js file which could only contains a single console log line
- start the debug session until the js file is exited
- you can notice there is a session remains in the
THREADSwidget - you need to manually stop the remaining session to clean it
Additional Information
- Operating System: ubuntu
- Theia Version: 1.13.0
- js-debug plugin version: 1.49.8