Is your feature request related to a problem? Please describe.
I'd like to understand when and why a fatal error occurs on Zephyr. This is difficult to see in some cases because the print cannot always print the message about the fatal error. I believe ZView is a perfect place to present that information.
Describe the solution you'd like
I would like to see a message on the TUI providing me the information that the sys_fatal_error_handler was called and the reason for the panic. In case of a failure, the developer would also receive the line that caused the issue (a dream).
Describe alternatives you've considered
There is a breakpoint in the debugger, but it is not good for daily use. Maybe a trace tool.
Additional context
None.
Is your feature request related to a problem? Please describe.
I'd like to understand when and why a fatal error occurs on Zephyr. This is difficult to see in some cases because the print cannot always print the message about the fatal error. I believe ZView is a perfect place to present that information.
Describe the solution you'd like
I would like to see a message on the TUI providing me the information that the
sys_fatal_error_handlerwas called and the reason for the panic. In case of a failure, the developer would also receive the line that caused the issue (a dream).Describe alternatives you've considered
There is a breakpoint in the debugger, but it is not good for daily use. Maybe a trace tool.
Additional context
None.