Console
Last modified: 01 August 2022File | Settings | Build, Execution, Deployment | Console for Windows and Linux
IntelliJ IDEA | Preferences | Build, Execution, Deployment | Console for macOS
Ctrl+Alt+S
warning
This page only appears when Python Plugin is installed and enabled!
Use this page to define console options for the Python console.
In this section:
Console common options
Item | Description |
---|---|
Always show debug console | If this checkbox is selected, the debug console will be shown by default in the Debug view. |
Use IPython if available | When the checkbox is selected (by default): If IPython is installed, then IPython console will be launched. If the checkbox is not selected, then, even with the installed IPython, a Python console will be launched. |
Show console variables by default | This checkbox is selected by default to show variables in a console. Deselect it, if you do not need to preview variables while working in console. |