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


##########
src/launchWizard/script.js:
##########
@@ -72,6 +72,12 @@ function getConfigValues() {
   )
   const dataEditorLogFile = document.getElementById('dataEditorLogFile').value
   const dataEditorLogLevel = 
document.getElementById('dataEditorLogLevel').value
+  const dfdlDaffodilVersion = document.getElementById(
+    'dfdlDaffodilVersion'

Review Comment:
   So yes you can run the daffodil-debugger bash script, setting 
`--daffodilPath` to the CLI files you built. In launch.json you would just 
configure `"debugerServer": 4711` to use the proper port that you ran the 
debugger on, the default is 4711. Also you would set `"useExistingServer": 
true` so that the extension doesn't run a debugger server instance.



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