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

Method launchError

src/mibase.ts:167–171  ·  view source on GitHub ↗
(err: any)

Source from the content-addressed store, hash-verified

165 }
166
167 protected launchError(err: any) {
168 this.handleMsg("stderr", "Could not start debugger process, does the program exist in filesystem?\n");
169 this.handleMsg("stderr", err.toString() + "\n");
170 this.quitEvent();
171 }
172
173 protected disconnectRequest(response: DebugProtocol.DisconnectResponse, args: DebugProtocol.DisconnectArguments): void {
174 if (this.attached)

Callers

nothing calls this directly

Calls 3

handleMsgMethod · 0.95
quitEventMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected