Skip to main content

Module Debug

Module Debug 

Source
Expand description

Debug and trace logging utilities.

§Binary::Debug

Debug tracing infrastructure for the Mountain binary. Exports the TraceLog module which provides the TraceStep! macro for annotated execution-path logging; all output is gated behind the active log level and compiles to a no-op in release builds.

Modules§

TraceLog
Execution-path trace logging macro and supporting utilities.
WebkitServer
Debug server for inspecting webview content via HTTP API. Only compiled in debug builds.