Debug not stopping on break points in JetGroovy v. 1.5.16023 & Selena #7782
When I try to debug my grails app with a breakpoint on a Controller method that is called via ajax, nothing happens. IDEA is connected to the jvm, the code is running but not hitting my break points.
Anyone else seeing this?
Thanks.
-Brandon
请先登录再写评论。
So apparently I am the only one with this issue? It must be something I've done, any ideas why this would happen? It is really frustrating not being able to debug your code. I've tried re-installing, deleting the .grails folder, the IDEA caches, nothing it still happens.
Any assistance would be helpful, thanks.
-Brandon
I'm going to setup the kind of project you describe to reproduce. Meanwhile could you please test if the debugger stops at JDK classes called from your code?
Could you please post a client-side javascript example? I guess that's basic stuff, but I admit having zero knowledge in web development:)
With prototype library and g:remoteLink it works fine for me.
Hi Eugene,
Just did a test on my RichUI autocompleter AJAX component, and debugging in the controller works fine. I cannot post the application right now, but using Grails 1.0.2 and IntelliJ 7.0.3 + JetGroovy 1.5.something I have no problem what so ever.