RubyMine 2019.1 Help

Debug Tool Window. Frames

The Frames pane enables you to gain access to the list of threads of your application. To examine a thread, select it from the list on tolists 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 status

Description

RUNNING

The thread is active and running.

WAIT

The thread is waiting for a monitor.

UNKNOWN

The status of the thread cannot be determined.

Threads Icons

Icon

Description

icons debugger threadGroup

A thread group, or a collection of related threads that can be managed as a unit.

icons debugger threadGroupCurrent

The current thread group.

icons debugger threadRunning

An active thread.

icons debugger threadSuspended

A suspended thread.

icons debugger threadFrozen

A frozen thread.

icons debugger threadAtBreakpoint

A thread at breakpoint.

icons debugger threadCurrent

The current thread at breakpoint.

Toolbar

Item

Shortcut and Tooltip

Description

icons actions previousOccurence svg icons actions nextOccurence svg

Previous Frame/Next Frame Ctrl+Alt+Up/
Ctrl+Alt+Down

Use the arrow buttons to navigate through the frame stack.

Last modified: 8 May 2019

See Also