‎2008 Jul 16 8:12 PM
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
‎2008 Jul 16 8:25 PM
It is possible in the debugger tool
Once you get the debugger tool, chose from menu:
Breakpoints->Breakpoint at->Method
Regards,
Ravi
‎2008 Jul 16 8:25 PM
It is possible in the debugger tool
Once you get the debugger tool, chose from menu:
Breakpoints->Breakpoint at->Method
Regards,
Ravi
‎2008 Jul 16 9:56 PM