How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Debugger not stopping at breakpoint, step by step in ADT always shows line 1, unknown code position

calendar_today September 24, 2026 person Sandra_Rossi domain sap-bi-tools

In ADT, I added a breakpoint in the first line of method IF_SALV_GUI_LEX_FMTR_BEHAVIOR~FORMAT of class CL_SALV_GUI_LEX_FMTR_CHECKBOX, ran the code (an ALV export), I am sure that the method was called, but ADT didn’t stop at the breakpoint. If I add a breakpoint just before the call (one line in the method IF_SALV_GUI_LEX_FORMATTER~FORMAT_VALUE_CELL of CL_SALV_GUI_LEX_FORMATTER) and I click F5 (step by step), the debugger shows the source code of CL_SALV_GUI_LEX_FMTR_CHECKBOX, with the cursor at the line 1 of the class (not the method), and F5 again shows again the cursor at the line 1. In fac

open_in_new Read original post