Skip to main content

Debug A Test Request

When debugging your applications, you may need to know the current state of the application at a certain point in the code. You can see the values of each property of each element. A typical use case is to see the state of an application right before it crashes.

  1. In your IDE, set breakpoints where you need to debug.

  2. Start your tests.

  3. In Continuous Testing, click Execution.

  4. Find the device your test opened, then click Debug.

    The session is opened in Mobile Studio.

You can interact with the device directly from here. For more information, see Mobile Studio - Getting Started.

info

When you start a debugging session, your Mobile Execution license is released and a Development license is used.