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

Method receivedContinuedEvent

src/frontend/extension.ts:722–728  ·  view source on GitHub ↗
(e: vscode.DebugSessionCustomEvent)

Source from the content-addressed store, hash-verified

720 }
721
722 private receivedContinuedEvent(e: vscode.DebugSessionCustomEvent) {
723 const mySession = CDebugSession.FindSession(e.session);
724 mySession.status = 'running';
725 this.liveWatchProvider?.debugContinued(e.session);
726 if (mySession.swo) { mySession.swo.debugContinued(); }
727 if (mySession.rtt) { mySession.rtt.debugContinued(); }
728 }
729
730 private receivedEvent(e) {
731 Reporting.sendEvent(e.body.category, e.body.action, e.body.label, e.body.parameters);

Callers 1

receivedCustomEventMethod · 0.95

Calls 2

FindSessionMethod · 0.80
debugContinuedMethod · 0.45

Tested by

no test coverage detected