Re: GWT 2.0 Eclipse Breakpoint Not Working

2010-01-18 Thread Ana
Hello, In our project I have specified a different output directory for the javascript to be compatible with our previous project structure. Everything works fine except debug mode because breakpoint are not hit. I have tried the suggestions above and nothing worked. Do you think this is related

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Rajeev Dayal
Glad you got it working. Usually, this problem stems from two areas: 1) Not deleting the generated files in your war directory when you switch SDKs. This is really something that we need to fix in the Google Plugin for Eclipse or GWT itself, as developers should not be expected to do this when th

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Nick Powers
I ran across that fun problem a while back, and fixed it. This, however, was due to upgrading to GWT 2.0 and the switch between hosted mode and dev mode. -Nick On Thu, Dec 10, 2009 at 9:29 AM, Paul Robinson wrote: > Failing to stop at breakpoints was a bug in one of the JVM releases > (1.6.0_14

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Paul Robinson
Failing to stop at breakpoints was a bug in one of the JVM releases (1.6.0_14 IIRC). Make sure you're using the latest JVM. Nick wrote: > I just updated my Eclipse plugin from GWT 1.7 to GWT 2.0. I got my > application to run in a separate browser, however, it does not ask me > to install a plugin

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Nick
That wasn't successful for me. I ended up just renaming my existing project and re-checked out the entire project from my SVN repository. Luckily I check in my entire Eclipse project, so it was fairly easy. Everything now works as expected. On Dec 9, 6:28 pm, gaspo wrote: > I had to also delete p

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread gaspo
I had to also delete project's javascript code in war folder. After that I got the browser to display the page offering to download the plugin. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-09 Thread piyush sharma
On 12/10/09, Craigo wrote: > > I had this problem too. It only asked for the Firefox plugin after I > deleted my projects compiled javascript under the war directory. > > Also, after the FireFox plugin did get installed, I then restarted > everything, and Firefox froze and asked me if I wanted to

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-09 Thread Craigo
I had this problem too. It only asked for the Firefox plugin after I deleted my projects compiled javascript under the war directory. Also, after the FireFox plugin did get installed, I then restarted everything, and Firefox froze and asked me if I wanted to terminate the current script. I said

GWT 2.0 Eclipse Breakpoint Not Working

2009-12-09 Thread Nick
I just updated my Eclipse plugin from GWT 1.7 to GWT 2.0. I got my application to run in a separate browser, however, it does not ask me to install a plugin, nor does it stop on breakpoints. Can anyone help me convert my 1.7 Eclipse GWT/App Engine project to GWT 2.0? What I've done: -Updated my E