MPS 2018.2 Help

Debug Tool Window. Console

This tab is marked with icons debugger console and shows the output and error stream messages.

On this page:

Console Toolbar

ItemTooltip and shortcutDescription
icons actions previousOccurence svg icons actions nextOccurence svg Up/down the Stack Trace
N/A N/A
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 WrapsClick this button to toggle the soft wrap mode of the output.
icons runConfigurations scroll down svg Scroll 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.
icon print PrintClick this button to send the console text to the default printer.
icons actions gc svg Clear AllClick this button to remove all text from the console. This function is also available on the context menu of the console.

Context Menu Commands

ItemDescription
Compare with ClipboardOpens 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 URLChoose 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 GistChoose this command to open the Create Gist dialog box.
Clear AllClears the output window.

Keyboard Shortcuts

The N/A 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.

Last modified: 13 August 2018