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

Function debuggedFunction

test/parallel/test-inspector-bindings.js:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9// This test case will set a breakpoint 4 lines below
10function debuggedFunction() {
11 let i;
12 let accum = 0;
13 for (i = 0; i < 5; i++) {
14 accum += i;
15 }
16 return accum;
17}
18
19let scopeCallback = null;
20

Callers 2

testSampleDebugSessionFunction · 0.85
doTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…