RubyMine 2016.1 Help

Debug Tool Window. Interactive Console

This tab is marked icon_showCommandLine. It enables you to the use the interactive command line console.
Note that the tab becomes available for debugging tests, Rake tasks etc, when the console is busy. It is built in the console, when debugging any other applications.

ItemTooltip and shortcutDescription
arrowUp arrowDown Up/down the Stack Trace
Ctrl+Alt+Up Ctrl+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_softWrap Use Soft WrapsClick this button to toggle the soft wrap mode of the output.
scrollToEnd.png 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.
print PrintClick this button to send the console text to the default printer.
clear_all Clear AllClick this button to remove all text from the console. This function is also available on the context menu of the console.
consoleHistoryBrowse history
Ctrl+Alt+E
Press this button to show the Debug Console History dialog box, where one can view the console entries and navigate through them using the arrow keys, and add the selected items to the console by pressing Enter.

Click OK to close the dialog box.

See Also

Last modified: 21 July 2016