Show TOC

Procedure documentationDebugging Mobile Applications for Laptop Locate this document in the navigation structure

 

You can debug the mobile application by setting break points in the Java code of the project, and then execute the code step by step.

More information: Debugging Applications

Prerequisites

You have:

Procedure

  1. Set the required break points in the code.

  2. To start debugging, choose   Run   Debug...  

  3. Enter a name for the debug configuration.

  4. Select the project and mobile application that you want to debug.

  5. Choose Debug.

    The SAP NetWeaver Developer Studio perspective changes to Debug.

    Note Note

    When you select Debug, the IDE starts the mobile client for laptops along with the debugger. You can set additional break points or remove the existing ones. All the other activities run in a similar way to the mobile application.

    End of the note.
  6. To stop debugging, choose   Run   Terminate.  

  7. To close the Debug Perspective, choose   Window   Close Perspective   Debug.  

    Note Note

    Alternatively, you can start debugging the application from the context menu of the application node. To debug the application, click the application node with the secondary mouse button and choose Debug.

    End of the note.