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§
- Trace
Log - Execution-path trace logging macro and supporting utilities.
- Webkit
Server - Debug server for inspecting webview content via HTTP API. Only compiled in debug builds.