Making a Session Persistent

You can make any debugging session a persistent session. For example, if you are debugging a client-server application, you can make the session persistent so that you can use the same server for multiple client services.

To make a session persistent:

  1. Open the Sessions view in the Debugger window.
  2. Select the session and set its Persistent property to True.

    When you finish the debugger, the state of a persistent session changes to "hidden" or "not running," depending on the value of the Action on Finish property. The session remains in the Sessions view and starts again when you start the debugger.

Tip You can remove a persistent session at any time by right-clicking the session in the Sessions view and choosing Destroy.
See also
Finishing or Destroying a Session

Legal Notices