Skip to main content

Module debug

Module debug 

Source
Expand description

Debugging and developer ergonomics tools

This module provides comprehensive debugging utilities for hojicha applications, including command tracing, message inspection, and performance metrics.

Re-exports§

pub use config::DebugConfig;
pub use inspector::Inspector;
pub use metrics::FrameMetrics;
pub use metrics::PerformanceMetrics;
pub use tracer::TraceEvent;
pub use tracer::TraceLevel;
pub use tracer::Tracer;

Modules§

config
Debug configuration from environment variables
inspector
Message and command inspection utilities
metrics
Performance metrics collection
tracer
Command and message tracing utilities

Structs§

DebugContext
Global debug context that can be shared across the application