Groovy shell
Last modified: 28 June 2024Tools | Groovy Shell
Make sure you have the Groovy project opened.
A Groovy shell is a command-line application that lets you evaluate Groovy expressions, functions, define classes and run Groovy commands. The Groovy shell can be launched in Groovy projects.
note
We recommend that you use the Groovy interactive console that is available in any project including the Java one.
Item | Tooltip and Shortcut | Description |
---|---|---|
Stop
| Click this button to stop the current process. Clicking the button once invokes soft kill allowing the application to catch the | |
Close
| Click this button to close the selected tab of the Run tool window and terminate the current process. | |
Execute Groovy Code | Run the code in the console. |