Skip to content

Commit e24c011

Browse files
committed
Fix cortex-debug related debugging issue
1 parent 99099b0 commit e24c011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: arduino-ide-extension/src/browser/theia/debug/debug-session-manager.ts

+4
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ export class DebugSessionManager extends TheiaDebugSessionManager {
6262
}
6363
);
6464
}
65+
async terminateSessions(): Promise<void> {
66+
await super.terminateSessions();
67+
this.destroy(this.currentSession?.id);
68+
}
6569
}

0 commit comments

Comments
 (0)