how to debug a gsp page? (no grails, just gsp)
问题 I've tried with netbeans and eclipse, with no luck... (coudn't try IntelliJ idea) I gave a quick look ant the code http://kickjava.com/src/groovy/servlet/TemplateServlet.java.htm and it gives me the impression that .gsp pages are translated to .groovy servlets (groovlets) in memory (I might be wrong)... so perhaps it's not so easy to debug gsp as I though... so, can anybody tell me how to do it? pd: By debugging I mean things like browsing the code step-by-step, inspecting variables, adding