Hi,
working in ADT in Eclipse [Version: 2021-12 (4.22.0), ADT 3.24.0], backend ABAP Platform 2021, I cannot set a breakpoint inside an AMDP method, something that I have successfully done in earlier releases. No error message, just no reaction/effect, so there is no meaningful screenshot that I can attach to demonstrate the breakpoint not being set by the tool. Likewise, when walking through the code in the ABAP debugger and then stepping into the AMDP method (F5), I get to the start of the method (METHOD statement itself, not first actual body statement). Then advancing with F5 or F6 does not stop anywhere in the AMDP code, next stop is the ENDMETHOD statement. See attached screenshots:
begin-amdp-method.png and end-amdp-method.png
ADT Debug properties: nothing that points to AMDP disabled, I even tried the "expensive" setting
AMDP debugger-Compile in Debug Mode: All called procedures
but that has no influence.
Any ideas what could be wrong here?
Thanks and kind regards,
Christian