Start of Content Area
ABAP Debugger (BC-ABA)

ABAP Runtime Environment (BC-ABA)

New version of the ABAP Debugger, available as of Release 6.40. As of Release 7.0, the ABAP Debugger is the standard tool and it replaces the classic Debugger.

It is a tool with which ABAP programs can be stopped and executed line by line or by section. You can display the current source code section and the content of data objects. This makes it possible to check the program logic and quickly locate errors.

Also refer to breakpoint, debuggee, debugging session.

End of Content Area