MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / handlePause

Method handlePause

src/mibase.ts:132–136  ·  view source on GitHub ↗
(info: MINode)

Source from the content-addressed store, hash-verified

130 }
131
132 protected handlePause(info: MINode) {
133 const event = new StoppedEvent("user request", parseInt(info.record("thread-id")));
134 (event as DebugProtocol.StoppedEvent).body.allThreadsStopped = info.record("stopped-threads") == "all";
135 this.sendEvent(event);
136 }
137
138 protected stopEvent(info: MINode) {
139 if (!this.started)

Callers 1

Calls 1

recordMethod · 0.80

Tested by

no test coverage detected