I tried with netbeans and eclipse, no luck ... (don't try the IntelliJ idea)
I quickly looked at ant code
http://kickjava.com/src/groovy/servlet/TemplateServlet.java.htm
and it seems that the .gsp pages are translated into .groovy servlets (groovlets) in memory (I might be wrong) ...
so it may not be that easy to debug gsp, although I ...
so can anyone tell me how to do this?
pd: for debugging, I mean things like looking at the code step by step, checking variables, adding hours, and all that, obviously. Not the (good old) printf approach ...
source share