arosien commented on code in PR #694:
URL: https://github.com/apache/daffodil-vscode/pull/694#discussion_r1260039218
##########
src/daffodilDebugger/utils.ts:
##########
@@ -78,9 +90,11 @@ export async function runDebugger(
scriptPath,
artifact.scriptName,
createTerminal,
- shellArgs(artifact.scriptName, serverPort),
+ shellArgs(serverPort),
{
DAFFODIL_DEBUG_CLASSPATH: daffodilDebugClasspath,
+ DAFFODIL_DEBUGGER_LOG_LEVEL: debuggerLogLevel,
Review Comment:
Oops my suggestion doesn't match the classpath one, sorry... adjust to match?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]