Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/debugger/debug/es8/debug-async-break.js:54–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
async
function
f() {
55
try {
56
await
g();
// B1
57
} catch (e) {}
58
assertEquals(2, break_count);
// B2
59
return
1;
// B3
60
}
61
62
Debug.setBreakPoint(f, 2);
63
Debug.setBreakPoint(f, 4);
Callers
1
debug-async-break.js
File · 0.70
Calls
2
g
Function · 0.70
assertEquals
Function · 0.50
Tested by
no test coverage detected