cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Java Scheduler Jobs

Former Member
0 Kudos

Hi All,

I have deployed a Job Project for the Java Scheduler. Now I would like to debug the Source Code.

If I start the server in debug mode, I can't access the NWA anymore to start the job in the Java Scheduler plus I can't deploy anymore (server says: can't deploy because server is running in debug mode). In normal mode, the server (obviously) does not stop at my break points...

How can I do that?

THANKS, Johannes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello there,

One of the option which comes to my mind to debug is to use System.out.println. These output will go to defaultrace and you can see all details of the current execution.

The best approach will be to user a proper SAP logger and put debug statements to the log file.

HTH

-Vivek