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

Function breakpoints

lib/internal/debugger/inspect_repl.js:1023–1025  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1021 },
1022
1023 get breakpoints() {
1024 return listBreakpoints();
1025 },
1026
1027 exec(expr) {
1028 return evalInCurrentContext(expr);

Callers

nothing calls this directly

Calls 1

listBreakpointsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…