How to debug GroovyScripts running directly in eclipse

96 views Asked by At

I'm trying debug a simple GroovyScript directly in eclipse but my breakpoints are never triggered. I'm using the Codehaus Groovy-Eclipse plugin only, do I need to configure beyond the defaults or use another plugin to be able to debug?

1

There are 1 answers

0
Jizzle On BEST ANSWER

The problem was actually not being able to debug within a closure. The SpringSource Groovy plugin makes this possible.