Skip to main content

Module debug

Module debug 

Source
Expand description

Debug Mode Implementation

Provides verbose request/response logging and step-by-step playback for debugging WASM applications.

§Features

  • Request/response tracing with full headers
  • File resolution debugging (shows which rules matched)
  • CORS and COOP/COEP header visibility
  • Suggestions for common issues (404s, MIME types)

Structs§

DebugTracer
Debug tracer for the development server

Enums§

DebugCategory
Debug event category
DebugVerbosity
Debug verbosity levels
ResolutionRule
Resolution rule that matched a request

Functions§

create_tracer
Create a shared debug tracer