1

i have specified the following object set in Debugger Layer config:

Debugger Layer config

The function module is called:

calling point

And yet the program stops at my next breakpoint I set in this function module to document the layer debugging isn't stopping:

Stop in Line 213, not at the start. It's not the first statement eligible for setting a breakpoint if you're wondering that.

Stop in Line 213, not at the start. It's not the first statement eligible for setting a breakpoint if you're wondering that.

Anybody have any insight to why this is not working?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Christian
  • 534
  • 4
  • 18

1 Answers1

1

As you didn't say that you used the very important "NEXT OBJECT SET" button, I guess that's the reason why it didn't work.

"Next object set" button in the debugger

Credits : reference and screenshot taken from https://blogs.sap.com/2010/07/27/layer-aware-debugging-in-nw-70-ehp2/

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48