All in One View

See Also

The All in One view in the Debugger window is specific to the Java 2 debugger. You switch the display of the All in One view by clicking All in One icon in the View toolbar of the Debugger window.

The All in One view 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 CallStack nodes. The Locals node displays local variables and their current values in the context of the thread. The CallStack node lists the sequence of calls made during execution of the thread.

The All in One view uses many of the icons used in the other Debug views. 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 Debug Views
Current Context in the Debugger
Debugger Window

Legal Notices