Starting an Additional Debugging Session

When you run the Java debugger, you can simultaneously debug any number of programs. A list of programs currently being debugged is maintained in the Sessions view of the Debugger window.

To start an additional debugging session:

  1. From the main window, choose one of the following:
  2. In the alert dialog box, click one of the following buttons.
    Button Description
    Finish & Start Exits all programs and starts debugging a new program.
    Start Additional Session Debugs both the current programs and the new program. The new session is marked with Current session icon  in the Sessions view to indicate that it has the current debugger focus.
    Cancel Continues debugging the current programs only.
See also
Modifying Session Properties

Legal Notices