Skip to content

debug_panel

Debug panel — visible only when BRMS_DEBUG=true.

Classes:

  • DebugPanel

    Floating panel with dev shortcuts, including a simulation-zip picker.

DebugPanel

DebugPanel(parent: QWidget | None = None)

Bases: QWidget

Floating panel with dev shortcuts, including a simulation-zip picker.

Methods:

  • refresh

    Rescan the data folder and repopulate the simulation list.

  • showEvent

    Refresh the list every time the panel is shown.

refresh

refresh() -> None

Rescan the data folder and repopulate the simulation list.

showEvent

showEvent(event: QShowEvent) -> None

Refresh the list every time the panel is shown.