Show TOC Start of Content Area

Procedure documentation Stopping Remote Debugging  Locate the document in its SAP Library 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 session 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 view, choose the server process.

2.   In the context menu, choose Disable debugging of process.

The server is immediately switched to running mode, without restart.

 

End of Content Area