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?