MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doClearBreakpoint

Method doClearBreakpoint

tools/xsbug-log/xsbug-machine.js:217–219  ·  view source on GitHub ↗
(path, line)

Source from the content-addressed store, hash-verified

215 this.doCommand(`eval id="${frame}" path="${compiled}" line="0"`);
216 }
217 doClearBreakpoint(path, line) {
218 this.doCommand(`clear-breakpoint path="${path}" line="${line}" id="@0"`);
219 }
220 doGo() {
221 this.doCommand(`go`);
222 }

Callers 9

onBrokenMethod · 0.45
cmdContinueMethod · 0.45
cmdUntilMethod · 0.45
resendBreakpointMethod · 0.45
cmdDeleteMethod · 0.45
cmdClearMethod · 0.45
cmdSetMethod · 0.45
onTouchEndedMethod · 0.45
DebugBehavior.jsFile · 0.45

Calls 1

doCommandMethod · 0.95

Tested by

no test coverage detected