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

Method setEntryBreakPoint

src/backend/mi2/mi2.ts:579–581  ·  view source on GitHub ↗
(entryPoint: string)

Source from the content-addressed store, hash-verified

577 }
578
579 setEntryBreakPoint(entryPoint: string): Thenable<any> {
580 return this.sendCommand("break-insert -t -f " + entryPoint);
581 }
582
583 addBreakPoint(breakpoint: Breakpoint): Thenable<[boolean, Breakpoint]> {
584 if (trace)

Callers 1

Calls 1

sendCommandMethod · 0.95

Tested by

no test coverage detected