-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
debugissues that related to debug functionalityissues that related to debug functionalityvscodeissues related to VSCode compatibilityissues related to VSCode compatibility
Description
Bug Description:
It's impossible to terminate the debug session in Theia. It works very well from Code.
Steps to Reproduce:
- Start the Microsoft/vscode-mock-debug debugger in Theia.
- Stop the debug session.
- It cannot terminate and will timeout after 5 sec
2022-11-18T11:59:05.246Z root ERROR Error on disconnect
{
"type": "response",
"seq": 0,
"request_seq": 12,
"success": false,
"command": "disconnect",
"message": "Request #12: disconnect timed out"
}
If you do not want to build the vscode-mock-debug
extension on your own, you can use the VS Code extension mock debugger from #11871
Additional Information
- Operating System: macOS, 12.5.1
- Theia Version: fe8e4c1
Metadata
Metadata
Assignees
Labels
debugissues that related to debug functionalityissues that related to debug functionalityvscodeissues related to VSCode compatibilityissues related to VSCode compatibility