Skip to content

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

  1. Start a debug session from your workspace.
  2. Hit breakpoint and inspect stack + variables.
  3. Add watch expressions for uncertain states.
  4. Evaluate key expressions before changes.
  5. Apply fix and validate behavior.

Timeline Integration

Debug events are reflected in Timeline, so post-incident review and root-cause analysis stay connected.

Built for developers on the move. Released under the MIT License.