How Do I Debug A Groovy Script In IntelliJ?
How Do I Debug A Groovy Script In IntelliJ? Open your Groovy application in the editor. In the left gutter, set your breakpoints for the lines of code you want to debug. The debugger is aware of the Groovy syntax, and you can evaluate an expression on the breakpoint if you need. How do I