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

Method debugSessionTerminated

src/frontend/swo/core.ts:255–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 protected webview: SWOWebview = null;
254
255 public debugSessionTerminated() {
256 if (this.webview) {
257 const message: GrapherStatusMessage = { type: 'status', status: 'terminated' };
258 this.webview.sendMessage(message);
259 }
260 }
261
262 public debugStopped() {
263 if (this.webview) {

Callers

nothing calls this directly

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected