shanedell opened a new pull request, #694:
URL: https://github.com/apache/daffodil-vscode/pull/694

   Multiple debugger updates:
   
   - Always extract the debugger zip.
   - Update debugger to log to both console and file.
   - Allow the setting of the debugger's log level and log filepath from the 
launch.json.
     - the logback.xml uses environment variables LOG_LEVEL and LOG_FILE to do 
this. This get set when the debugger is ran.
     - default log level is INFO
     - default log filepath is /tmp/daffodil-debugger.log
   - Add "devMode" variable to launch.json
     - When enabled and the extension is being ran locally, it will run "sbt 
universal:packageBin" everytime before running the debugger. It will display a 
little loading in the bottom bar.
     - This can be used later to enable other features that are only available 
during development.
   
   Closes #471
   Closes #679
   Closes #691


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