debugger property

SocketManager? debugger
getter/setter pair

WebSocket-based debugger for local development. Provides real-time debugging capabilities including route inspection, memory monitoring, language reloading, and server restart functionality. Only active when config.enableLocalDebugger and config.isLocalDebug are true.

Implementation

SocketManager? debugger;