Skip to content

Commit 0bea2b5

Browse files
authored
Merge pull request #1583 from digeff/update_option_used_for_logging
Updated the debugging option to trace: true which is the new option
2 parents f3a6d40 + 09ca51d commit 0bea2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ private void StartWithChromeV2Debugger(string program, string nodeRuntimeExecuta
417417
new JProperty("cwd", cwd),
418418
new JProperty("console", "externalTerminal"),
419419
new JProperty("env", JObject.FromObject(envVars)),
420-
new JProperty("diagnosticLogging", CheckEnableDiagnosticLoggingOption()),
420+
new JProperty("trace", CheckEnableDiagnosticLoggingOption()),
421421
new JProperty("sourceMaps", true),
422422
new JProperty("stopOnEntry", true),
423423
new JProperty("$adapter", pathToNodeExe),

0 commit comments

Comments
 (0)