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

DEBUG

Former Member
0 Likes
734

Hi experts,

I want to see all the routines that just processed or going to be processed in debug. How do I do that while in debug mode?

Thanks,

Ravi

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
712

Once in debug mode, choose Go To -> Further Information -> Processing Blocks, This will show you all of the modules, events, and FORM routines in the current program.

Regards,

Rich Heilman

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
713

Once in debug mode, choose Go To -> Further Information -> Processing Blocks, This will show you all of the modules, events, and FORM routines in the current program.

Regards,

Rich Heilman

Read only

0 Likes
712

I was able to do that in 4.6 but not in ECC 6.0.

Read only

0 Likes
712

Do you have the "new debugger" turned on in ECC 6.0?

Regards,

Rich Heilman

Read only

0 Likes
712

This functionality does not appear to be there in the new debugger, but it is still there in the old debugger in ECC 6.0. To switch to the classic debugger, simply choose from the menu, Debugger -> Switch to Classic Debugger, then you can simply use the menu path specified above.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
712

if u are using ecc6 check whether its in new debugger mode.

If yes select the standard tab in the tabstrip. In right upper table control u can see the abap stack.

if its classic debugger select the overview button.