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

Method debuggerLaunchCompleted

src/openocd.ts:309–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 this.session = obj;
308 }
309 public debuggerLaunchCompleted(): void {
310 const hasRtt = this.rttHelper.emitConfigures(this.args.rttConfig, this);
311 if (this.args.ctiOpenOCDConfig?.enabled) {
312 this.ctiStopResume(CTIAction.init);
313 }
314 if (hasRtt) {
315 this.startRttMonitor();
316 }
317 }
318
319 // This should not be called until the server is ready and accepting connections. Proper time to call is to have
320 // established an RTT TCP port already

Callers

nothing calls this directly

Calls 3

ctiStopResumeMethod · 0.95
startRttMonitorMethod · 0.95
emitConfiguresMethod · 0.80

Tested by

no test coverage detected