Open the debug panel
- From the device — Open the system menu and tap Debug Panel
- From BRICKS CLI — Send the action to a device group:
debug-panel-close.
What you can inspect
The debug panel provides real-time visibility into your application’s runtime state:- Data values — View current values of data nodes in the active subspace
- Generator state — Check generator status, outlet values, and connection state
- Canvas info — See which canvas is currently active
Next steps
Local debugging
Connect Chrome DevTools to inspect and debug your application.
Activity log monitoring
Monitor device events and application behavior over time.