Show TOC

Stopping Remote DebuggingLocate this document in the navigation structure

Use

After you finish with debugging an application, you need to restore the running state of the server process. Debugging mode decreases the capacity of AS Java to service customer requests, so it is a good practice to restore its productive state as soon as possible.

Stopping the debugging process has two phases:

  • Stopping the debugging process in the Developer Studio

    This disconnects the Developer Studio from the JVM of the server process.

  • Restoring the running mode on the server

    This changes the server mode back to running and enables it to handle application requests or to deploy applications.

Procedure

1. Stop the Debugging Session

  1. In the Debug view of the Debug perspective, choose the server debug configuration.

  2. In the context menu, choose Disconnect .

2. Restore the Running Mode on the Server

  1. In the SAP Management Console perspective, select the server process in the Process Table .

  2. In the context menu, choose Stop Debug Session .