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

Method notifyStoppedConditional

src/gdb.ts:1698–1702  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1696 }
1697
1698 private notifyStoppedConditional() {
1699 if (!this.disableSendStoppedEvents) {
1700 this.notifyStopped();
1701 }
1702 }
1703
1704 protected handleWatchpoint(type: string, info: MINode) {
1705 this.continuing = false;

Callers 6

handleContinueFailedMethod · 0.95
handleBreakpointMethod · 0.95
handleWatchpointMethod · 0.95
handleBreakMethod · 0.95
handlePauseMethod · 0.95
stopEventMethod · 0.95

Calls 1

notifyStoppedMethod · 0.95

Tested by

no test coverage detected