Closed
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