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

[GitHub] [daffodil-vscode] scholarsmate commented on issue #614: 1.3.0-rc1 error erased from terminal window before it can be read

scholarsmate commented on issue #614:
URL: https://github.com/apache/daffodil-vscode/issues/614#issuecomment-1536250161

   Looks like there is 1 frame in that video with the stack trace, but it's insufficient to determine the cause of the problem.  I think what we need to do is configure a logger for the server and have that stuff "tee'd" into an error log in addition to being emitted to stdout/stderr.  In the event that an error does happen, ideally we can detect it in the client and pop up message that contains the log file location to make it easier to do a post-mortem analysis.
   
   For reference, a logger is configured in the DataEditor (https://github.com/apache/daffodil-vscode/blob/main/src/dataEdit/client.ts#L157) which also happens to use a Scala server.  Perhaps we can do something similar for the debugger server.


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