-1

I am new to mobile app development and currently stareted developing a mobile app using IBM MobileFirst Plugin in Eclipse IDE. How can I debug the java code under server package of the project i have written for calling the backend server services? Is there a way to debug the code as is done when we debug a Java project deployed in servers such as JBoss?

Rohit
  • 3
  • 2

1 Answers1

0

I suggest to view the following video, which demonstrates how to debug server Java code in Worklight 6.0 and above. The video explains what requires setting up in Eclipse in order to begin debugging server-side code: https://www.ibm.com/developerworks/community/blogs/worklight/entry/logging_and_debugging_on_worklight_server?lang=en

If you are referring to Java adapters (introduced in MobileFirst Platform Foundation 7.0), you need only to right-click a Java adapter, then select Debug As -> Debug MobileFirst Java Adapters: https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/server-side-development-category/debugging-adapters/

Idan Adar
  • 43,235
  • 10
  • 45
  • 83