MCPcopy Index your code
hub / github.com/nodejs/node / stepInto

Method stepInto

deps/v8/test/debugger/test-api.js:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78 stepOver() { this.sendMessageForMethodChecked("Debugger.stepOver"); }
79 stepInto() { this.sendMessageForMethodChecked("Debugger.stepInto"); }
80 stepOut() { this.sendMessageForMethodChecked("Debugger.stepOut"); }
81
82 setBreakOnException() {

Callers 15

execStatePrepareStepMethod · 0.95
stepFunction · 0.80
step-over.jsFile · 0.80
step-into.jsFile · 0.80
for-of-loops.jsFile · 0.80
testExpressionFunction · 0.80
step-snapshot.jsFile · 0.80

Calls 1

Tested by

no test coverage detected