Issue #2: Users want to debug ABAP programs visually — set breakpoints, step through code, inspect variables — without SAP GUI. Current MCP tools provide all primitives (breakpoints, stepping, stack, ...
// - Process of locating bugs/issues and removing them using debugging tools. // - Usually it takes more time to debug than coding! // - Debugging is a part of every programmers day-to-day life.