You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Shanedell (via GitHub)" <gi...@apache.org> on 2023/05/05 16:26:59 UTC

[GitHub] [daffodil-vscode] Shanedell commented on pull request #623: Save debugger output to a file

Shanedell commented on PR #623:
URL: https://github.com/apache/daffodil-vscode/pull/623#issuecomment-1536494481

   @mbeckerle So with the way the terminal exits it is based on the script being ran. So unfortunately I am not able to keep the terminal open after the script exits Instead I made the script use `tee` to also output the debugger data to a local file. By default it should go your workspace folder and be named `debugger-${port}-output.txt`, port being your debugServer port, but if for some reason it cant find your workspace folder it will go to `/tmp`. This should still allow you debug the issue better.
   
   NOTE: The logging was only added for mac/linux since I know both have `tee`. I saw online Windows may also have `tee` but others said `type` would be better. So if anybody knows more on that let me know and I can add that in as well.


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org