All in One Window

See Also

The All in One window is specific to the Java 2 debugger. You can open the All in One window by choosing Window submenu Debugging submenu All in One (Ctrl-Alt-8). If you open the All in One window when a debugging session is running, it closes automatically when you end the debugging session. If you open the window when no debugging session is running, it stays open until you close it.

The All in One window lists the current debugging sessions as expandable hierarchies. Each session can be expanded to show the thread groups in the session, which in turn can be expanded to show other thread groups and single threads. A single thread can be expanded to show its Locals and Call Stack nodes. The Locals node displays local variables and their current values in the context of the thread. The Call Stack node lists the sequence of calls made during execution of the thread.

The All in One window uses many of the icons used in the other debugger windows. These icons are listed in the following table.

Icon Description
Current session The current session
Session A session other than the current session
Current thread group The thread group that contains the current thread
Thread group A thread group that does not contain the current thread
Current thread The current thread
Running thread A thread that is running and is not current
Suspended thread A thread that is suspended and is not current
Current frame icon The current call on the call stack
Non-Current frame icon A call other than the current call
Local variable icon Local variable
local variable group icon Local variable group
Super variable icon Container for a superclass
Static field icon Static field of an object
Non-Static field icon Non-static field of an object
See Also
Customizing a Debugger Window
Current Context in the Debugger
Debugger Windows

Legal Notices