Debugging Grails
I'm really happy that Grails support in Eclipse is finally reaching a "professional" level. Better Eclipse support is absolutely necessary for Grails to grow beyond a niche.
The Groovy/Grails support in STS 2.3 is great, keep up the good work!
IMHO, a working debugger is a great part of the IDE integration "experience", and
the documentation about debugging is pretty short.
I haven't figured out how to inspect arbitrary variables in my code yet(specifically, I'm interested in the "params" variable that is available for controller closures). How can I use Eclipse debugger's "Inspect" feature or similar?
Thanks in advance,
Daniel Serodio
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra