Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread Igor Ganapolsky
Did you try relaunching your application and Firefox after you installed the plugin? On Jan 5, 8:52 pm, y y...@cs.washington.edu wrote: Anyone managed to debug with GWT 2.0? I don't get a prompt to install the developer plugin. Even when I installed it manually, nothing happens. Breakpoints

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread Igor Ganapolsky
Actually, I just relaunched the debugger and switched to debug mode, and am now able to hit the breakpoints. On Jan 5, 1:45 pm, y y...@cs.washington.edu wrote: When GWT was working with its internal browser, debugging from Eclipse was simple. I just marked the breakpoints and ran as debug.

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread Igor Ganapolsky
It doesn't seem to hit breakpoints for me either. Is it supposed to debug with an external Firefox browser? On Jan 5, 1:45 pm, y y...@cs.washington.edu wrote: When GWT was working with its internal browser, debugging from Eclipse was simple. I just marked the breakpoints and ran as debug.

Shortcuts.java missing code

2010-01-06 Thread Igor Ganapolsky
I am following the GWT Getting Started guide at: http://code.google.com/webtoolkit/doc/1.6/gettingstarted.html#Install It states about Shortcuts.java: Line 54 of the file is the line that constructs the Mail tab. add(images, new Mailboxes(images), images.mailgroup(), Mail); However,