RubyMine 2016.3 Help

Debug Tool Window. Frames

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

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

ItemShortcut and TooltipDescription
arrowUp.png arrowDown.png Previous Frame/Next Frame Ctrl+Alt+Up/
Ctrl+Alt+Down
Use the arrow buttons to navigate through the frame stack.

See Also

Last modified: 22 March 2017