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

Method doStepOut

tools/xsbug-log/xsbug-machine.js:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 this.doCommand(`step-inside`);
304 }
305 doStepOut() {
306 this.doCommand(`step-outside`);
307 }
308 doStartProfiling() {
309 this.doCommand(`start-profiling`);
310 }

Callers 1

cmdFinishMethod · 0.80

Calls 1

doCommandMethod · 0.95

Tested by

no test coverage detected