Show TOC

Debugging ABAP Source CodeLocate this document in the navigation structure

ABAP Development Tools (ADT) supports ABAP debugging. However, fewer operations than in the SAP GUI might trigger prolongation of the debug session timeout.

Context

Eclipse does not interact with the debugger when you scroll through ABAP source code and navigate between different locations. If you do not interact with the debugger for some time, the common timeout settings of the system will terminate the debugged process.

Note The timeout is configured as the system profile parameter (rdisp/max_wprun_time). The value is set by default between 10 and 20 minutes.

Procedure

To avoid losing the debugged process, interact with the debugger or trigger a dummy interaction such as the synchronization of breakpoints. To do this, choose Ctrl Alt B within any editor of the corresponding project.