Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ stepCommand
Function
stepCommand
test/common/debugger.js:175–180 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
173
},
174
175
stepCommand(input) {
176
this.writeLine(input, true);
177
return
this
178
.waitFor(BREAK_MESSAGE)
179
.then(() => this.waitForPrompt());
180
},
181
182
quit() {
183
return
new
Promise((resolve) => {
Callers
nothing calls this directly
Calls
2
waitFor
Method · 0.80
then
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…