Debugger
Debugger
The Debugger is a programming tool that you can use to execute ABAP programs, by
line or by section. With this tool, you can display data objects and check the flow logic of
programs.
Two types of debugging are currently possible: Debugging with the classic Debugger for
release levels up to and including 6.40 or debugging with the new Debugger, which is
available for all releases after 6.40. The main differences between the classic and the new
ABAP Debuggers are described below:
The Classic ABAP Debugger runs in the same roll area as the application to
be analyzed (debuggee). It is therefore displayed in the same window as the
application. However, this technology also has some restrictions. For example,
some ABAP programs (such as conversion exist) cannot be analyzed in debug
mode for technical reasons. However, the most significant restriction is that no
ABAP technology can be used for designing the Debugger interface and it is
therefore not possible to create a modern user interface.