GoLand 2017.3 Help

Interactive Groovy Console

Tools | Groovy Console

Interactive Groovy console can be launched in any project.

Note that if dependencies in your project contain a Groovy library then the specified Groovy library will be used to launch the Groovy console. If the dependencies do not contain a Groovy library then the bundled Groovy library of the Groovy version 2.3.9 will be used.

Editor for Groovy Console

Use the editor for the interactive Groovy console to write and evaluate your code.

ItemDescription
runClick this icon to run the code entered in the editor in the Groovy console. You can view the results in the run tool window for Groovy console.
moduleFolderClick this icon to see the module in which the Groovy console was launched. It might be helpful for multi-module projects.

Run Tool Window for Groovy Console

Use this tool window to view the results of the Groovy console execution.

ItemTooltip and ShortcutDescription
stop Stop
Ctrl+F2
Click this button to stop the current process.

Clicking the button once invokes soft kill allowing the application to catch the SIGINT event and perform graceful termination (on Windows, the Ctrl+C event is emulated). After the button is clicked once, it is replaced with icon run tool window kill indicating that subsequent click will lead to force termination of the application, e.g. on Unix SIGKILL is sent.

close.png Close
Ctrl+Shift+F4
Click this button to close the selected tab of the Run tool window and terminate the current process.
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.
icon scrollToEnd 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.
icon 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.
run Execute Groovy Code (N/A) Run code, entered in the console.
help Help
F1
Use this icon or shortcut to open the corresponding help page.
Last modified: 14 February 2018