You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/08/22 12:56:48 UTC

[GitHub] [daffodil-vscode] scholarsmate opened a new issue, #266: When debug session ends, the binary display of hex data goes away

scholarsmate opened a new issue, #266:
URL: https://github.com/apache/daffodil-vscode/issues/266

   When debug session ends, the binary display of hex data goes away. Why? I might be very interested in looking at that still. It can be marked inactive like the infoset file is, but shouldn't just be closed. You may not want to fix this soon because I expect the hex display will be replaced by the data editor in a view mode at some point, but anyway, it shouldn't auto-close just because the parse ended.


-- 
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.apache.org

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


[GitHub] [daffodil-vscode] Shanedell commented on issue #266: When debug session ends, the binary display of hex data goes away

Posted by GitBox <gi...@apache.org>.
Shanedell commented on issue #266:
URL: https://github.com/apache/daffodil-vscode/issues/266#issuecomment-1226622976

   This is a pretty easy fix will add this 1.2.0 as it should not take long.


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


[GitHub] [daffodil-vscode] Shanedell commented on issue #266: When debug session ends, the binary display of hex data goes away

Posted by GitBox <gi...@apache.org>.
Shanedell commented on issue #266:
URL: https://github.com/apache/daffodil-vscode/issues/266#issuecomment-1232866101

   Okay so the hexview should stay opened, with some styling differences on debug end. That makes sense to me


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


[GitHub] [daffodil-vscode] Shanedell commented on issue #266: When debug session ends, the binary display of hex data goes away

Posted by GitBox <gi...@apache.org>.
Shanedell commented on issue #266:
URL: https://github.com/apache/daffodil-vscode/issues/266#issuecomment-1226624111

   The hex display will eventually be removed in favor of the omega-edit editor but this transition is not planned until at least 1.5.0 I believe.  


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


[GitHub] [daffodil-vscode] Shanedell closed issue #266: When debug session ends, the binary display of hex data goes away

Posted by GitBox <gi...@apache.org>.
Shanedell closed issue #266: When debug session ends, the binary display of hex data goes away
URL: https://github.com/apache/daffodil-vscode/issues/266


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


[GitHub] [daffodil-vscode] mbeckerle commented on issue #266: When debug session ends, the binary display of hex data goes away

Posted by GitBox <gi...@apache.org>.
mbeckerle commented on issue #266:
URL: https://github.com/apache/daffodil-vscode/issues/266#issuecomment-1232858437

   The I found it surprising that the window went away, and didn't even consider seeing if it could be reopened. Presumeably it could. The issue is the window going away, not the data file. 
   
   I expect the end of execution to put up some change of status inducator like step-buttons go grey, and run box showing a program running goes black, but other than that I don't expect much change on the screen just because I allowed it to proceed to the end. E.g., should not swtich out of debug mode, should not remorient or refocus windows, etc. 
   


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


[GitHub] [daffodil-vscode] Shanedell commented on issue #266: When debug session ends, the binary display of hex data goes away

Posted by GitBox <gi...@apache.org>.
Shanedell commented on issue #266:
URL: https://github.com/apache/daffodil-vscode/issues/266#issuecomment-1231043733

   @mbeckerle I believe you noticed this on the latest release. Are you saying the file `datafile-hex` file is removed completely? If so this should not be what happens, it is closed out so its not open in the editor but the file should still be available to look at and reopen. Would this be the desired behavior or was this issue to make it so the file wasn't closed out in the editor after debug either?


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