IntelliJ IDEA 12.1.0 Web Help

The Frames pane enables you to gain access to the list of threads of your application , export to a text file and customize thread presentation . For each thread, you can view stack frame, examine frames, navigate between frames, and automatically jump to the source code of a frame in the editor. A thread can be chosen via a thread selector drop-down list on top of the pane. The status and type of a thread is indicated by the special icon and textual note next to the thread's name.

To examine the values stored in a frame, use the Variables pane of the Debug tool window.

In this topic:

Thread status

Thread statusDescription
RUNNINGThe thread is active and running.
WAITThe thread is waiting for a monitor.
UNKNOWNThe status of the thread cannot be determined.

Threads icons

IconDescription
1_threadGroup.png A thread group, or a collection of related threads that can be managed as a unit.
1_threadGroupCurrent.png The current thread group.
1_threadRunning.png An active thread.
1_threadSuspended.png A suspended thread.
1_threadFrozen.png A frozen thread.
1_threadAtBreakpoint.png A thread at breakpoint.
1_threadCurrent.png The current thread at breakpoint.

Context menu options

ItemDescription
Export ThreadsUse this item to open the Export Threads dialog box that allows you to export a thread to the specified text file.
Customize Threads ViewUse this item to manage contents of the Frames tab. For example, you can opt to show thread groups, line numbers etc.

Toolbar

ItemShortcutDescription
arrowUp.png
arrowDown.png
Ctrl+Alt+UpAlt+Shift+UpCtrl+Alt+UpCtrl+Alt+UpCtrl+Alt+UpCtrl+Alt+UpCtrl+Alt+UpAlt+UpCtrl+Alt+UpMeta Alt UpMeta Alt UpMeta Alt Up
Ctrl+Alt+DownAlt+Shift+DownCtrl+Alt+DownCtrl+Alt+DownCtrl+Alt+DownCtrl+Alt+DownCtrl+Alt+DownAlt+DownCtrl+Alt+DownMeta Alt DownMeta Alt DownMeta Alt Down
Use the arrow buttons to navigate through the frame stack.
iconFilterClick this button to hide the frames from libraries. If this button is released, all frames are displayed.

See Also

Concepts:

Procedures:

Reference:

Web Resources: