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

Method cmdStep

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

Source from the content-addressed store, hash-verified

1421 }
1422
1423 cmdStep() {
1424 if (!this.requireBroken()) {
1425 this.showPrompt();
1426 return;
1427 }
1428 this.resume();
1429 this.doStepIn();
1430 }
1431
1432 cmdFinish() {
1433 if (!this.requireBroken()) {

Callers 1

handleCommandMethod · 0.95

Calls 4

requireBrokenMethod · 0.95
showPromptMethod · 0.95
resumeMethod · 0.95
doStepInMethod · 0.80

Tested by

no test coverage detected