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

Method callFinish

src/gdb.ts:1557–1563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1555
1556 let finishCalled = false;
1557 const callFinish = () => {
1558 if (!finishCalled) {
1559 finishCalled = true;
1560 this.sendDummyStackTrace = false;
1561 this.finishStartSequence(mode);
1562 }
1563 };
1564
1565 // When we restart/reset, some startup sequences will produce a stopped event and some don't. In case such
1566 // an event is called, consume and return a dummy stacktrace (prevents unnecessary disassembly, multiple requests from VSCode, etc.)

Callers

nothing calls this directly

Calls 1

finishStartSequenceMethod · 0.95

Tested by

no test coverage detected