Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ doStep
Method
doStep
tools/xsbug-log/xsbug-machine.js:299–301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
297
this.doCommand(`select id=
"${value}"
`);
298
}
299
doStep() {
300
this.doCommand(`step`);
301
}
302
doStepIn() {
303
this.doCommand(`step-inside`);
304
}
Callers
2
init
Function · 0.80
cmdNext
Method · 0.80
Calls
1
doCommand
Method · 0.95
Tested by
no test coverage detected