Skip to Content
1
Former Member
Aug 03, 2016 at 09:33 PM

What is an object for the Software Layer Aware Debugging?

169 Views

Hi everyone

The reason of this question is that I'm trying to make the debugger stop at every single custom code include. (very useful to find if any user-exit, badi, etc etc is messing up some process).

I've seen people suggesting you could use the layer aware feature of the debugger with an object set of all Z* packages, but sadly that doesn't work in all cases. It doesn´t work for example in SD-like user exits, where you have a customer include inside an standard function module. Seems like SLAD doesn't recognize that include as an object, but the whole function group instead, and as the function group is created in an standard package the SLAD doesn't stop when entering the Z include.

I find that really annoying and almost a deal breaker for the SLAD, please prove me wrong 😉