Description
Web debugging sessions can connect Python code to a WebSocket-based debugger client. This package is the client side of WDB, helping developers inspect running programs through a browser-oriented debugging workflow.
Debuggers can expose program state, stack frames, variables, and secrets. Use it only in trusted development environments and restrict any debugger server it connects to.