Skip to main content

How do I debug my mobile app? Is there a debugger for mobile?

Sofia Maconi avatar
Written by Sofia Maconi
Updated this week

Building for mobile comes with its own unique challenges, and debugging in real time is key to scaling confidently. We’ve overhauled the debugger specifically for native mobile apps to help you do exactly that — inspect your app, trace workflows, catch issues, and fine-tune layouts across devices without ever leaving the editor.

  • Inspector mode: Hover to view element properties, dynamic values, and conditions

  • Workflow debugging: Run workflows step-by-step or use action breakpoints to pause at a specific step to catch unexpected behavior early

  • Error and warning panel: Monitor runtime issues as they happen

  • Device previews: Quickly switch between screen sizes to test responsive layouts

  • Persistent debugger panel: Always visible alongside your app during web preview

With the debugger, you can build, test, and iterate — faster.

Get started with the mobile debugger

  1. Open your mobile app in web preview — the debugger appears automatically.

  2. Click around, inspect elements, and watch your workflows in action.

  3. Run with it. And let us know what’s working and what could be better.

For more information, check out the updated section of the Bubble Manual.

Did this answer your question?