We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114d65d commit d18dc06Copy full SHA for d18dc06
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