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:
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 ![]() |
Cancel | Continues debugging the current programs only. |
See also | |
---|---|
Modifying Session Properties |