Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ step
Function
step
lib/internal/debugger/inspect_repl.js:1005–1008 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1003
},
1004
1005
get step() {
1006
handleResumed();
1007
return
Debugger.stepInto();
1008
},
1009
1010
get out() {
1011
handleResumed();
Callers
nothing calls this directly
Calls
2
handleResumed
Function · 0.85
stepInto
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…