shanedell commented on code in PR #1471:
URL: https://github.com/apache/daffodil-vscode/pull/1471#discussion_r2455230443


##########
src/tests/suite/daffodilDebugger.test.ts:
##########
@@ -69,9 +69,8 @@ suite('Daffodil Debugger', function (this: Suite) {
      */
     for (var i = 0; i < dfdlDebuggerConfigs.length; i++) {
       let newDebugger = await runDebugger(
-        PROJECT_ROOT,
+        path.join(PROJECT_ROOT, 'dist/debuggers'),

Review Comment:
   Correct, the debuggers always need to be in `dist/debuggers` no matter what 
you are doing (local debugging, testing, etc)



-- 
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]

Reply via email to