Show TOC

Deactivating the AMDP DebuggerLocate this document in the navigation structure

Context

One technical restriction of the AMDP Debugger is that it is quite resource-intensive while it is active. Therefore it should be terminated when not needed.

Procedure

There are several ways to do this:

  • By explicit deactivation of the AMDP Debugger.
    1. Choose Terminate AMDP Debugger from the context menu in the ruler of the source editor or in the Debug view.
      As a result of this action, both the debugged application (debuggee) and the AMDP Debugger will be canceled.
    2. Choose Disconnect.
      This action is only available during a running debug session; it cancels the AMDP Debugger, while the debugged application resumes execution.
  • Through timeout, after 10 minutes without user activity.
  • Implicitly by closing the ABAP Development Tools.