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

Debugging is not working in SM66

Former Member
0 Likes
2,287

Dear All,

I created infinite loop in the program.

I call that program in background or from other system using RFC.

I Can see the process in SM66.

I choose that record and click the debugging button, it said ABAP debugger started.. but nothing come out and i can't debug my program.

Please let me know what could be the problem.

The normal Debugging working fine with new debugger

Thanks

Naresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,406

Naresh,

I guess you would have already checked your infinite loop in foreground to be sure that it is working fine.

Try Putting your infinite loop as early as possible in your code.

Also, you can try to debug in SM50 if SM66 doesn't work for you (though it should), SM50>Select your process>Program/Session>Program>Debugging.

BR,

Diwakar

Dear All,

I created infinite loop in the program.

I call that program in background or from other system using RFC.

I Can see the process in SM66.

I choose that record and click the debugging button, it said ABAP debugger started.. but nothing come out and i can't debug my program.

Please let me know what could be the problem.

The normal Debugging working fine with new debugger

Thanks

Naresh

5 REPLIES 5
Read only

Former Member
0 Likes
1,407

Naresh,

I guess you would have already checked your infinite loop in foreground to be sure that it is working fine.

Try Putting your infinite loop as early as possible in your code.

Also, you can try to debug in SM50 if SM66 doesn't work for you (though it should), SM50>Select your process>Program/Session>Program>Debugging.

BR,

Diwakar

Read only

0 Likes
1,406

Hi Diwakar,

Thanks for the information.

This programing is BSP application.

I am running the application from BSP page.

I can see the processor name in SM50 and SM66 but when try to Debug the program it is giving the status message as Debugger started but the actuval debugging is not started.

Please let me know.

Thanks

Naresh

Read only

0 Likes
1,406

Sorry, but I don't have knowledge of BSP and not sure that debugging not started has anything to do with that.

Diwakar

Read only

former_member222709
Contributor
0 Likes
1,406

You can try Activating the External Debugger for Debugging RFC.

In SE38 - enter the program name and Display the code.

From the Utilities Menu, select External Breakpoints and in that menu select set external breakpoints.

Read only

0 Likes
1,406

Solved