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

Method handlePause

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

Source from the content-addressed store, hash-verified

1754 }
1755
1756 protected handlePause(info: MINode) {
1757 this.continuing = false;
1758 this.stopped = true;
1759 this.stoppedReason = 'user request';
1760 this.findPausedThread(info);
1761 this.notifyStoppedConditional();
1762 }
1763
1764 protected handleThreadCreated(info: { threadId: number, threadGroupId: string }) {
1765 if (!this.activeThreadIds.has(info.threadId)) {

Callers

nothing calls this directly

Calls 2

findPausedThreadMethod · 0.95

Tested by

no test coverage detected