Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Background code debugging

Former Member
0 Kudos

Hallo

How can I debug a code running in Background. can somebody tell me how to do it.

thanks.

Waseem

5 REPLIES 5

former_member226203
Active Contributor
0 Kudos

enter the transaction JDBG and debug and it will go to that breakpoint.

Former Member
0 Kudos

Dear

execute your code in the background

then run transaction jdbg

this will take u to the debug mode .

rgds ankit

former_member222860
Active Contributor
0 Kudos

Did u searched this:

Former Member
0 Kudos

HI Ahmad,

put the infinite loop in your program and check that in the SM50 there you can come out of the program.

and also from the JDBG...

regarding that you can check in the SCN

Thanks!

Former Member
0 Kudos

Thanks