Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ cmdNext
Method
cmdNext
tools/xsbug-log/xsbug-debugmachine.js:1414–1421 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1412
}
1413
1414
cmdNext() {
1415
if
(!this.requireBroken()) {
1416
this.showPrompt();
1417
return
;
1418
}
1419
this.resume();
1420
this.doStep();
1421
}
1422
1423
cmdStep() {
1424
if
(!this.requireBroken()) {
Callers
1
handleCommand
Method · 0.95
Calls
4
requireBroken
Method · 0.95
showPrompt
Method · 0.95
resume
Method · 0.95
doStep
Method · 0.80
Tested by
no test coverage detected