IntelliJ IDEA 12.1.0 Web Help

11.0+

Run | Run

View | Tool Windows | Run

Run | Run

View | Tool Windows | Run

The Run tool window displays output generated by your application. If you are running multiple applications, each one displays its console output and logs in a tab named after the run/debug configuration applied.

Note

The appearance of each tab depends on the type of the application being run and can include additional toolboxes and panes.

The main toolbar of the Run tool window lets you rerun, stop, pause, or terminate an application. The following table contains descriptions of the buttons that are common for most applications.

Run toolbar

ItemTooltip and shortcutDescription
rerunConsoleRerun
Ctrl+F5Command F5
Click this button to stop the current application and run it again.
When an application is stopped (stop), this button toggles to rerun.
rerun Rerun
Ctrl+F5Command F5
Click this button to rerun the current application.
This button appears, when an application is stopped (stop). When an application is running, this button toggles to rerunConsole.
pauseIcon Pause OutputClick this button to have the process output paused.
dumpThreadsIcon Dump Threads
Ctrl+BreakControl Break
Click this button to dump all threads of the current process showing their status in the Sun format.
exitIconExitClick this button to terminate the current process gracefully using in-process internal mechanisms.
stopStop
Ctrl+F2Ctrl+F2
Click this button to terminate the current process externally by means of the standard shutdown script.
debug_layoutRestore LayoutClick this button to to have the changes to the current layout abandoned and return to the default state.
pin2.png PinWhen this button is pressed, the current tab will not be overwritten; instead, the results of the next command will be displayed in a new tab.
close.pngClose
Ctrl+Shift+F4Ctrl+Shift+F4
Click this button to close the selected tab of the Run tool window and terminate the current process.
help.gifHelp
F1F1
Click this button to show reference.

Console toolbar

ItemTooltip and shortcutDescription
arrowUparrowDownUp/down the Stack Trace
Ctrl+Alt+UpCtrl+Alt+Up Ctrl+Alt+DownCtrl+Alt+Down
Click this button to navigate up or down in the stack trace and have the cursor jump to the corresponding location in the source code.
icon_softWrapUse Soft WrapsClick this button to toggle the soft wrap mode of the output.
scrollToEnd.pngScroll to the endClick this button to navigate to the bottom of the stack trace and have the cursor jump to the corresponding location in the source code.
printPrintClick this button to send the console text to the default printer.
clear_allClear AllClick this button to remove all text from the console. This function is also available on the context menu of the console.

See Also

Concepts:

Procedures:

Reference:

Getting Started:

Web Resources: