We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b89c3 commit 8af4b28Copy full SHA for 8af4b28
src/mibase.ts
@@ -260,6 +260,7 @@ export class MI2DebugSession extends DebugSession {
260
protected threadsRequest(response: DebugProtocol.ThreadsResponse): void {
261
if (!this.miDebugger) {
262
this.sendResponse(response);
263
+ return;
264
}
265
this.miDebugger.getThreads().then(
266
threads => {
0 commit comments