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

Method sendErrorResponsePub

src/gdb.ts:286–288  ·  view source on GitHub ↗
(response: DebugProtocol.Response, codeOrMessage: number | DebugProtocol.Message, format?: string, variables?: any, dest?: any)

Source from the content-addressed store, hash-verified

284
285 // tslint:disable-next-line: max-line-length
286 public sendErrorResponsePub(response: DebugProtocol.Response, codeOrMessage: number | DebugProtocol.Message, format?: string, variables?: any, dest?: any): void {
287 this.sendErrorResponse(response, codeOrMessage, format, variables, dest);
288 }
289
290 protected initDebugger() {
291 this.miDebugger.on('quit', this.quitEvent.bind(this));

Callers 5

doitMethod · 0.80
addOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected