RubyMine 5.4.3 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.

Toolbar

ItemShortcutDescription
arrowUp.png
arrowDown.png
Ctrl+Alt+UpAlt+Shift+UpCtrl+Alt+UpCtrl+Alt+UpCtrl+Alt+UpCtrl+Alt+UpAlt+UpCtrl+Alt+UpCtrl+Shift+UpMeta Alt UpMeta Alt UpMeta Alt UpMeta Alt Up
Ctrl+Alt+DownAlt+Shift+DownCtrl+Alt+DownCtrl+Alt+DownCtrl+Alt+DownCtrl+Alt+DownAlt+DownCtrl+Alt+DownCtrl+Shift+DownMeta Alt DownMeta Alt DownMeta Alt DownMeta Alt Down
Use the arrow buttons to navigate through the frame stack.

See Also

Concepts:

Procedures:

Reference:

Web Resources: