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 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 |
---|---|
![]() |
The current session |
![]() |
A session other than the current session |
![]() |
The thread group that contains the current thread |
![]() |
A thread group that does not contain the current thread |
![]() |
The current thread |
![]() |
A thread that is running and is not current |
![]() |
A thread that is suspended and is not current |
![]() |
The current call on the call stack |
![]() |
A call other than the current call |
![]() |
Local variable |
![]() |
Local variable group |
![]() |
Container for a superclass |
![]() |
Static field of an object |
![]() |
Non-static field of an object |
See Also | |
---|---|
Customizing Debug Views
Current Context in the Debugger Debugger Window |