Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/debugger/debug/debug-step-3.js:31–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
// Test function to step through.
31
function
f() {
32
var
a = 0;
33
if
(set_bp) { bp = Debug.setBreakPoint(f, 3); }
34
var
i = 1;
35
var
j = 2;
36
done = true;
37
};
38
39
prepare_step_test();
40
f();
Callers
1
debug-step-3.js
File · 0.70
Calls
1
setBreakPoint
Method · 0.80
Tested by
no test coverage detected