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

Method setBreakPointCondition

src/backend/mi2/mi2.ts:573–577  ·  view source on GitHub ↗
(bkptNum, condition)

Source from the content-addressed store, hash-verified

571 }
572
573 setBreakPointCondition(bkptNum, condition): Thenable<any> {
574 if (trace)
575 this.log("stderr", "setBreakPointCondition");
576 return this.sendCommand("break-condition " + bkptNum + " " + condition);
577 }
578
579 setEntryBreakPoint(entryPoint: string): Thenable<any> {
580 return this.sendCommand("break-insert -t -f " + entryPoint);

Callers 1

addBreakPointMethod · 0.95

Calls 2

logMethod · 0.95
sendCommandMethod · 0.95

Tested by

no test coverage detected