Crates.io | workflow-panic-hook |
lib.rs | workflow-panic-hook |
version | 0.18.0 |
source | src |
created_at | 2023-01-26 13:58:14.679723 |
updated_at | 2024-09-07 16:47:53.286905 |
description | Based on the console_error_panic_hook this crate provides additional functionality allowing panic hook to bring up an in-browser overlay displaying the panic hook stack trace. |
homepage | |
repository | https://github.com/workflow-rs/workflow-rs |
max_upload_size | |
id | 768551 |
size | 10,560 |
workflow-panic-hook
This crate is based on 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).