Module debug

Module debug 

Source
Expand description

Hot reload and debugging utilities for WaterUI CLI.

Re-exports§

pub use hot_reload::BuildManager;
pub use hot_reload::DEFAULT_PORT;
pub use hot_reload::HotReloadServer;

Modules§

hot_reload
Hot reload server for WaterUI CLI.

Structs§

CrashReport
Structured crash diagnostics captured while launching or monitoring an app.
FileWatcher
Watches source files for changes and emits events.
HotReloadRunner
Orchestrates hot reload: file watching, building, and broadcasting.

Enums§

HotReloadEvent
Events emitted by the hot reload runner.

Functions§

find_macos_ips_crash_report_since
Find the most recent macOS .ips crash report for a specific app run.