code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

'threadsRequest' does not send response if 'miDebugger.getThreads()' fails

Open martin-fleck-at opened this issue 3 years ago • 0 comments

The MI2DebugSession.threadsRequest does not send a response if MI2.getThreads calls fails.

We encountered this problem when using this extension with Eclipse Theia. Specifically, the UI relies on the session to receive a response as otherwise a Promise will never finish, causing subsequent updates to be queued indefinitely.

martin-fleck-at avatar Jul 29 '21 11:07 martin-fleck-at