PyCharm 2.7.2 Web Help

1.1+

This pane enables you to view the output and error stream messages, and optionally use the interactive command line console.

Console toolbar

ItemTooltip and shortcutDescription
arrowUparrowDownUp/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.
icon_softWrapUse Soft WrapsClick this button to toggle the soft wrap mode of the output.
scrollToEnd.pngScroll 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_showCommandLine Show Command LineIf 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 .
printPrintClick this button to send the console text to the default printer.
clear_allClear AllClick this button to remove all text from the console. This function is also available on the context menu of the console.

Context menu options

ItemDescription
Clear AllClears the output window.
Copy ContentCopies the output to the Clipboard.
Compare with ClipboardOpens 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.

See Also

Concepts:

Procedures:

Reference:

Web Resources: