cancel
Showing results for 
Search instead for 
Did you mean: 

How can I debug a my bean running as a Job in the Java scheduler

0 Kudos

I want to debug my message bean in NWDS which is running on the SAP netweaver called by a Java scheduler Job definiton.


Can somebody give me a hint how to do this ?

Accepted Solutions (0)

Answers (1)

Answers (1)

vijay_kumar49
Active Contributor
0 Kudos
  • Select the breakpoints in your Dynpages /beans in ur project

To debug u have to change the perspective to debug which u can find in

  • window/open perspective /Debug in NWDS
  • Select the Run/Debug or the Debug icon in the toolbar.
  • Fill the project name ,application name in  the in the wizard opened .
  • Follow the debugging using the next step over F6 ,step return F7 keys .

U can always find out the way in the PDK development /how to debug/

that is in NWDS /HELP /SAP WAS AS Documentation /SAP J2EE Enterprise Java Beans/Java development User Guide /Running and Debugging