Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleCommand
Method · 0.95
Calls
4
requireBroken
Method · 0.95
showPrompt
Method · 0.95
resume
Method · 0.95
doStepIn
Method · 0.80
Tested by
no test coverage detected