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

Function isPreBreak

test/common/debugger.js:17–19  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

15}
16
17function isPreBreak(output) {
18 return /Break on start/.test(output) && /1 \(function \(exports/.test(output);
19}
20
21function startCLI(args, flags = [], spawnOpts = {}, opts = { randomPort: true }) {
22 let stderrOutput = '';

Callers 1

waitForInitialBreakFunction · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…