Junos Space SDK > Developer Guides > Junos Space Application Developer Guide > Programming with the Junos Space SDK > Reference Applications > HelloSpace

Debugging HelloSpace

Once deployed, the HelloSpace application can be executed and tested inside the Space UI of the JSVA. The SDK must be up and running and the application must be built and deployed to the JSVA before you can debug the code in the plug-in.

To debug the code in the IDE:

  1. In the editor, open the source code file to be debugged, and set breakpoints in the code.
  2. On the Debug As menu, click Debug Configurations.... The Debug Configurations screen is displayed.



  3. On the Debug Configurations screen, click the arrow adjacent to Remote Java Application. The list of projects that can be selected for debugging is displayed.



  4. Select the project that is to be debugged.
  5. Click Debug.

When you click the task in the Space UI, the breakpoint will be executed and you can use the debugger in the IDE in the standard fashion.