MCPcopy Index your code
hub / github.com/WebFreak001/code-debug / toString

Method toString

src/backend/backend.ts:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 public toString() {
166 return `${this.message} (from ${this.source})`;
167 }
168};
169Object.setPrototypeOf(MIError as any, Object.create(Error.prototype));
170MIError.prototype.constructor = MIError;

Callers 15

launchRequestMethod · 0.80
attachRequestMethod · 0.80
launchRequestMethod · 0.80
attachRequestMethod · 0.80
initDebuggerMethod · 0.80
launchErrorMethod · 0.80
setBreakPointsRequestMethod · 0.80
stackTraceRequestMethod · 0.80
evaluateRequestMethod · 0.80
launchRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected