Console toolbar
| Item | Tooltip and shortcut | Description |
|---|---|---|
![]() ![]() | Up/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. |
| Use Soft Wraps | Click this button to toggle the soft wrap mode of the output. | |
![]() | 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. |
|
| Show Command Line | If this button is pressed, you can enter commands in the console and view output. In case of remote debug, it is important to note that this button only works when the option Redirect output to console is enabled in the run/debug configuration . |
![]() | Click this button to send the console text to the default printer. | |
![]() | Clear All | Click this button to remove all text from the console. This function is also available on the context menu of the console. |
Context menu options
| Item | Description |
|---|---|
| Clear All | Clears the output window. |
| Copy Content | Copies the output to the Clipboard. |
| Compare with Clipboard | Opens the Clipboard vs Editor dialog box that allows you to view the differences between the selection from the editor and current Clipboard content. This dialog is a regular comparing tool that enables you to copy line at caret to the Clipboard, find text, navigate between differences and manage white spaces. |






