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

Method resume

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

Source from the content-addressed store, hash-verified

1292 // --- State helpers ---
1293
1294 resume() {
1295 this.broken = false;
1296 this.running = true;
1297 this.promptShown = false;
1298 setTimeout(() => this.showPrompt(), 0);
1299 }
1300
1301 requireBroken() {
1302 if (!this.broken) {

Callers 5

cmdContinueMethod · 0.95
cmdNextMethod · 0.95
cmdStepMethod · 0.95
cmdFinishMethod · 0.95
cmdUntilMethod · 0.95

Calls 1

showPromptMethod · 0.95

Tested by

no test coverage detected