Breakpoints in Grails app
Breakpoints do not seem to be working in my Grails app. For example, I set a breakpoint (big red circle) in a controller action and hit the controller in the web app but it does not stop. Is there anything special I need to do to get these to work? Also, should I be able to set breakpoints in a GSP (they do not work either).
Thanks,
IDEA 7590, JetGroovy 1.0.14280
MacOS JDK 1.5
请先登录再写评论。
Breakpoints in groovy work ok here, including grails controllers. Breakpoints in GSP are not yet implemented - need to investigate if they generate jsr 45 compliant code.
This was my bad, coming from Eclipse and being a IDEA newbie. I was Running my app, not Debugging it. Doh!! Breakpoints work fine.
Thanks,