We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc12c7 commit e3621c1Copy full SHA for e3621c1
test/sequential/test-inspector-debug-brk-flag.js
@@ -27,7 +27,7 @@ async function testBreakpointOnStart(session) {
27
}
28
29
async function runTests() {
30
- const child = new NodeInstance(['--inspect', '--inspect-brk']);
+ const child = new NodeInstance(['--inspect-brk=0']);
31
const session = await child.connectInspectorSession();
32
33
await testBreakpointOnStart(session);
0 commit comments