Library /sys$common/syshlp/dbg$help.hlb DEBUG, Client-Server Interface, Switching Between Sessions *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Each time you connect to a server and initiate a session, the session is listed in the Active Sessions dialog bar in the Server Connection dialog. You can switch back and forth between sessions. Each time you switch to a new session, the debugger updates the contents of any open debugger displays with the new context. To switch to a different session, perform the following steps: 1. Open the File menu. 2. Click Server Connection. 3. Click the Active Sessions dialog bar to display the list of active sessions. 4. Double click the required session in the Active Sessions list. This selects the session as the current session, dismisses the Server Connection dialog, and updates the debugger displays with the current context. Note that you cannot change the number of secondary clients allowed on a session while that session is active. To change the number of clients allowed on a session, you must be the primary client, and perform the following steps: 1. Open the File menu. 2. Specify the network binding string of the session. 3. Click Disconnect. 4. Click Options. 5. In the Server Options dialog, click on the network transport: TCP/IP, DECnet, or UDP. 6. In the Server Options dialog, select the number of secondary clients (0-31) to be allowed. 7. Click OK to dismiss the Server Options dialog. 8. In the Server Connection dialog, click Connect.
|