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

Method handleBreakpoint

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

Source from the content-addressed store, hash-verified

1688 }
1689
1690 protected handleBreakpoint(info: MINode) {
1691 this.continuing = false;
1692 this.stopped = true;
1693 this.stoppedReason = 'breakpoint';
1694 this.findPausedThread(info);
1695 this.notifyStoppedConditional();
1696 }
1697
1698 private notifyStoppedConditional() {
1699 if (!this.disableSendStoppedEvents) {

Callers

nothing calls this directly

Calls 2

findPausedThreadMethod · 0.95

Tested by

no test coverage detected