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

Method debugContinued

src/frontend/views/live-watch.ts:558–563  ·  view source on GitHub ↗
(session: vscode.DebugSession)

Source from the content-addressed store, hash-verified

556 }
557
558 public debugContinued(session: vscode.DebugSession) {
559 if (this.isSameSession(session)) {
560 this.isStopped = false;
561 this.startTimer();
562 }
563 }
564
565 public addWatchExpr(expr: string, session: vscode.DebugSession) {
566 expr = expr.trim();

Callers

nothing calls this directly

Calls 2

isSameSessionMethod · 0.95
startTimerMethod · 0.95

Tested by

no test coverage detected