stricklandrbls commented on PR #952: URL: https://github.com/apache/daffodil-vscode/pull/952#issuecomment-1915541261
The changes to the `daffodilDebugClasspath` work as expected with the `launch.json` from #935 . Though currently, there is a debug compilation error when launching a debug session w/ a config created from the Launch Wizard. If the `rootName` and `rootNamespace` are not populated in the wizard then they are populated in the `launch.json` with default values of `""`. This causes the debug session to crash upon startup. Even `undefined` values will cause the same crash. I believe that if they are unpopulated in the Launch Wizard then they should not populate whatsoever in the `launch.json` _or_ the default values need to be corrected. -- 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]
