Application Development and Automation 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: 
Read only

Background code debugging

Former Member
0 Likes
630

Hallo

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

thanks.

Waseem

5 REPLIES 5
Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
598

Dear

execute your code in the background

then run transaction jdbg

this will take u to the debug mode .

rgds ankit

Read only

former_member222860
Active Contributor
0 Likes
598

Did u searched this:

Read only

Former Member
0 Likes
598

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!

Read only

Former Member
0 Likes
598

Thanks