We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b84f5e2 + d18dc06 commit 7754db7Copy full SHA for 7754db7
1 file changed
Nodejs/Product/Nodejs/Debugger/NodeDebugger.cs
@@ -102,7 +102,7 @@ public NodeDebugger(
102
103
// Node usage: node [options] [ -e script | script.js ] [arguments]
104
string allArgs = String.Format(
105
- "--debug-brk={0} {1} {2}",
+ "--debug-brk={0} --nolazy {1} {2}",
106
debuggerPortOrDefault,
107
interpreterOptions,
108
script
0 commit comments