AppCode 2018.3 Help

Run Tool Window

View | Tool Windows | Run
⌘4

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

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

Item

Tooltip and shortcut

Description

the Rerun button

Rerun
⌘R

Click this button to stop the current application and run it again.
When an application is stopped (the Stop button), this button toggles to the Run button.

the Run button

Rerun
⌘R

Click this button to rerun the current application.
This button appears, when an application is stopped (the Stop button). When an application is running, this button toggles to the Rerun button.

the Pause button

Pause Output

Click this button to have the process output paused.

the Stop button

Stop
⌘F2

Click this button to terminate the current process externally by means of the standard shutdown script.

the Restore Layout bitton

Restore Layout

Click this button to to have the changes to the current layout abandoned and return to the default state.

icons general pin tab svg

Pin Tab

Click this button to pin or unpin the current tab. You may need to pin a tab to prevent it from closing automatically when the maximum number of tabs is reached in this window.

icons actions close

Close
⌃⇧F4

Click this button to close the selected tab of the Run tool window and terminate the current process.

Context Menu Commands

Item

Description

Compare with Clipboard

Opens the Clipboard vs Editor dialog box that allows you to view the differences between the selection from the editor and the current clipboard content. This dialog is a regular comparing tool that enables you to copy the line at caret to the clipboard, find text, navigate between differences and manage white spaces.

Copy URL

Choose this command to copy the current URL to the system clipboard. This command only shows on a URL, if it is included in an application's output.

Create Gist

Choose this command to open the Create Gist dialog box.

Clear All

Clears the output window.

Console Toolbar

Item

Tooltip and shortcut

Description

icons actions previousOccurence svg icons actions nextOccurence svg

Up/down the Stack Trace
⌥⌘↑ ⌥⌘↓

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.

icons actions toggleSoftWrap svg

Use Soft Wraps

Click this button to toggle the soft wrap mode of the output.

icons runConfigurations scroll down svg

Scroll to the end

Click this button to navigate to the bottom of the stack trace and have the cursor jump to the corresponding location in the source code.

the Print button

Print

Click this button to send the console text to the default printer.

icons actions gc svg

Clear All

Click this button to remove all text from the console. This function is also available on the context menu of the console.

Last modified: 28 March 2019

See Also