# `workflow-panic-hook`
[](https://github.com/workflow-rs/workflow-rs)
[](https://crates.io/crates/workflow-panic-hook)
[](https://docs.rs/workflow-panic-hook)
## Features
This crate is based on [`console_error_panic_hook`](https://crates.io/crates/console_error_panic_hook) but provides two configuration modes - console output and a full page output, where the panic will create a full-screen `DIV` element in the browser window dumping the stack trace info in it. This is useful when debugging on devices without access to console output (such as mobile devices).