MCPcopy Create free account
hub / github.com/Marus/cortex-debug / stopAll

Method stopAll

src/frontend/cortex_debug_session.ts:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public stopAll() {
77 this.broadcastDFS((arg) => {
78 vscode.debug.stopDebugging(arg.session);
79 });
80 }
81
82 public static RemoveSession(session: vscode.DebugSession) {
83 const s = CDebugSession.FindSession(session);

Callers

nothing calls this directly

Calls 1

broadcastDFSMethod · 0.95

Tested by

no test coverage detected