arosien commented on code in PR #495:
URL: https://github.com/apache/daffodil-vscode/pull/495#discussion_r1140702347


##########
src/adapter/activateDaffodilDebug.ts:
##########
@@ -406,6 +406,10 @@ class DaffodilConfigurationProvider
       config = getConfig('Launch', 'launch', 'dfdl')
     }
 
+    if (!config.debugServer) {

Review Comment:
   Ah ok, it's returning the (modified) config to the VS Code debug system, 
which uses the info to find the launched debug port. So if the `serverPort` is 
undefined, that system doesn't know to connect to some port.



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