diff --git a/src/mibase.ts b/src/mibase.ts index 70a1c73..cc728fa 100644 --- a/src/mibase.ts +++ b/src/mibase.ts @@ -260,6 +260,7 @@ export class MI2DebugSession extends DebugSession { protected threadsRequest(response: DebugProtocol.ThreadsResponse): void { if (!this.miDebugger) { this.sendResponse(response); + return; } this.miDebugger.getThreads().then( threads => {