Implement a display list debugger #3688
Kenix3
started this conversation in
Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think first pass is that we throw exceptions when errors happen and catch exceptions in fast3d. When an exception is uncaught, if build is debug, we open up the display list disassembler and highlight the command that crashed. If build is release, we log out via our standard logging and tell the user to post their logs. We will need to code an imgui display list disassembler for this.
Beta Was this translation helpful? Give feedback.
All reactions