debug_toolbar.litestar.panels¶
Litestar-specific panels for the debug toolbar.
- class debug_toolbar.litestar.panels.EventsPanel(toolbar)[source]¶
Panel displaying Litestar lifecycle events and handlers.
Shows: - Application lifecycle hooks (on_startup, on_shutdown) - Request lifecycle hooks (before_request, after_request, after_response) - Exception handlers registered at app/controller/route level - Execution timing for hooks that ran during the request
Get the navigation subtitle.
- Return type: