IntelliJ IDEA 12.1.0 Web Help

9.0+
Some features described here are available in Ultimate edition only.

This tab appears when Dump button dumpThreadsIcon is clicked on the Debugger toolbar.

Use this tab to review the external thread dump, or the one taken from the debugger, in a handy way. The tab is divided into two parts. The left one displays all threads, and the right one - the stack trace for the selected thread.

In the Dump tab all threads are sorted so that the most meaningful and useful threads are on the top of the list. For your convenience, the threads are displayed in varying shades of gray text, and deadlocks are highlighted in red.

Toolbar

ItemDescription
copy Click this button to copy the whole thread dump to the Clipboard.
sortAlphabeticallyClick this button to sort threads in alphabetical order.
sortByTypeClick this button to sort threads by type.

Thread types

ItemDescription
pauseIcon Thread is suspended.
debug_mute_breakpoints Thread is waiting on a monitor lock.
debug_resume Thread is running.
socket Thread is executing network operation, and is waiting for data to be passed.
idle Thread is idle.
edtBusy Event Dispatch Thread that is busy.
mainToolbarSave Thread is executing disk operation.

See Also

Procedures:

Reference:

Web Resources: