Debug Panel
The Debug panel gives you mobile runtime visibility so you can diagnose and fix issues without leaving your workflow.
What You Get
- Session controls: start, pause, continue, step, stop
- Breakpoint management and quick editing
- Thread and call stack navigation
- Variable and watch inspection
- Evaluate expressions during paused state
- Integrated output stream for debugging context
Why It Matters
- Shorter time from bug report to root cause
- Fewer context switches between tools
- Better confidence before pushing fixes
Typical Mobile Debug Flow
- Start a debug session from your workspace.
- Hit breakpoint and inspect stack + variables.
- Add watch expressions for uncertain states.
- Evaluate key expressions before changes.
- Apply fix and validate behavior.
Timeline Integration
Debug events are reflected in Timeline, so post-incident review and root-cause analysis stay connected.

