Show TOC

ABAP DebuggerLocate this document in the navigation structure

The ABAP Debugger is an integrated test tool within the ABAP Workbench with which you can stop running program und then execute them line-by-line or section-by-section. With this tool, you can display contents of data objects and check the flow logic of programs so that any errors in the ABAP source code of the programs can be found quickly.

Note Note that the (old) Classic ABAP Debugger has been declared as obsolete. We recommend using the Standard ABAP Debugger. Therefore it is not possible any more to set the Classic ABAP Debugger as default Debugger using the Workbench settings. If you still like to use the Classic ABAP Debugger, then click the info button on the debugging settings screen for more information. To access these settings, follow the menu path: Start of the navigation path Utilities Next navigation step Settings Next navigation step ABAP Editor Next navigation step Debugging End of the navigation path
Related Topics