Useful exception stacktraces #139

Closed
opened 2023-08-11 15:00:02 +00:00 by sdaveb · 0 comments
Owner
  • Problem Description

  • Exception handling only prints backtraces starting from the print_backtrace function. This is not very helpful

Proposed Solution

(if any)

-Modify exception handling so that a backtrace is captured when the exception is first thrown

  • Create a base exception class that can wrap any other execption, along with a stack trace.
  • Make sure all exceptions thrown are warpped in QWEXception or something like that
- ## Problem Description - Exception handling only prints backtraces starting from the print_backtrace function. This is not very helpful ## Proposed Solution ### (if any) -Modify exception handling so that a backtrace is captured when the exception is first thrown - [ ] Create a base exception class that can wrap any other execption, along with a stack trace. - [ ] Make sure all exceptions thrown are warpped in QWEXception or something like that
sdaveb added this to the Finalize the engine core milestone 2023-08-11 15:00:02 +00:00
sdaveb added the
task
label 2023-08-11 15:00:02 +00:00
sdaveb added this to the libFramework API project 2023-08-11 15:00:03 +00:00
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sdaveb/quartz-warriors#139
No description provided.