Debug Tool Window. Console
This tab is marked with and shows the output and error stream messages.
In this section:
Console Toolbar
Context Menu Options
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. |
Keyboard Shortcuts
The Ctrl+D key combination allows you to send EOF (end of file), i.e. to signal that no more data can be read from a data source.
Evaluating Variables in the Console Pane
This can be done in several ways:
- Select the variable in question in the Variables pane and choose
Evaluate in Console on the context menu of the selection.
When you switch to the Console pane, the variable name is shown as input (
<
) and its value is marked with>
. - Alternatively you can type the name of any variable in the Console manually and press Enter to have its value displayed.
- To evaluate a previously evaluated variable without searching for it in the Variables pane, find the variable in question using the Up and Down arrows on you keyboard and press Enter.
See Also
Last modified: 11 July 2016