Crate vexide_panic

Source
Expand description

Panic handler for vexide.

Supports capturing and printing backtraces to aid in debugging.

If the display_panics feature is enabled, it will also display the panic message on the V5 Brain display.

Functionsยง

default_panic_hook
The default panic handler.
panic
The panic handler for vexide.
set_hook
Registers a custom panic hook, replacing the current one if any.
take_hook
Unregisters the current panic hook, if any, and returns it, replacing it with the default panic hook.