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

Method onParsed

tools/xsbug-log/xsbug-debugmachine.js:444–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442 }
443
444 onParsed() {
445 if (this.once) {
446 this.once = false;
447
448 // Send <go/> BEFORE <set-all-breakpoints> to precisely match the xsbug GUI protocol initialization sequence.
449 // This addresses an unblocking state machine issue on certain targets (like ESP/Zephyr) when breakOnStart is active.
450 this.doGo();
451 this.doSetAllBreakpoint(this.breakpoints, this.breakOnStart, this.exceptionsMode === 'on');
452 this.running = true;
453 }
454 }
455
456 onViewChanged(name, items) {
457 if (name === 'property') {

Callers 2

onEndElementMethod · 0.80
DebugBehavior.jsFile · 0.80

Calls 2

doGoMethod · 0.80
doSetAllBreakpointMethod · 0.80

Tested by

no test coverage detected