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

a question about debugger

Former Member
0 Likes
453

Hi all,

I wonder if the debugger has the following functionality: I don't set up breakpoints in a program, but when a particular class, say the class "CL_GUI_FRONTEND_SERVICES", is called, the debugger will stop the program and show where it is called?

Or is there any other way I can get the similar functionality?

Any ideas and suggestions are highly appreciated.

Best,

Bing

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

It is possible in the debugger tool

Once you get the debugger tool, chose from menu:

Breakpoints->Breakpoint at->Method

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
429

It is possible in the debugger tool

Once you get the debugger tool, chose from menu:

Breakpoints->Breakpoint at->Method

Regards,

Ravi

Read only

0 Likes
428

Thank you so much!!