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:
Start
Attach
Debug Project
| 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 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 | |