Skip to Content
0
Former Member
Apr 25, 2014 at 07:10 AM

Setting breakpoint on any method call of a class

2066 Views

Using the new (or old) debugger, is it possible to set a breakpoint that will stop on any method invocation of a class?

I am debugging the processing of a purchase order and want the debugger to stop on any method call to CL_PO_HEADER_HANDLE_MM, which has 113 methods, so setting a breakpoint in each method is way too tedious.

Do you know of a way to do this in one go?