Groovy shell
Tools | 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 CtrlF2 | Click this button to stop the current process. Clicking the button once invokes soft kill allowing the application to catch the | |
Close CtrlShiftF4 | Click this button to close the selected tab of the Run tool window and terminate the current process. | |
Execute Groovy Code CtrlEnter | Run code, entered in the console. |