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

Method handleBreak

src/gdb.ts:1741–1747  ·  view source on GitHub ↗
(info: MINode)

Source from the content-addressed store, hash-verified

1739 }
1740
1741 protected handleBreak(info: MINode) {
1742 this.continuing = false;
1743 this.stopped = true;
1744 this.stoppedReason = 'step';
1745 this.findPausedThread(info);
1746 this.notifyStoppedConditional();
1747 }
1748
1749 public sendEvent(event: DebugProtocol.Event): void {
1750 super.sendEvent(event);

Callers

nothing calls this directly

Calls 2

findPausedThreadMethod · 0.95

Tested by

no test coverage detected