I'm trying to debug a GWT application in eclipse. I click on the Debug->Web Application, and eclipse gives me a URL for development mode. Once I paste that into Firefox, where I have the GWT extension installed, eclipse spends many minutes compiling the application. However when the website loads, and I perform actions that should trigger a breakpoint, I don't seem to hit the breakpoint. Any ideas what could be causing this?
Thanks.