Problem with DevMode and GWT 2.0.3

2010-04-16 Thread Yves
Hi. I was an happy user of GWT 1.6, using its HostedMode class to debug my Java code. I've installed GWT 2.0.3 and I can't debug anymore. I've installed new Eclipse plugin, that should open a new eclipse view called Web Application Debug View, but when I try to debug my application, I don't see

Re: Problem with DevMode and GWT 2.0.3

2010-04-16 Thread kozura
You might be happier with the separate window hosted mode, just use your previous Java Application instead of Web Application, and change the main class from HostedMode to DevMode. This will bring up a separate window instead of the embedded eclipse tab, and a handy Launch in Browser button.

Re: Problem with DevMode and GWT 2.0.3

2010-04-16 Thread Rajeev Dayal
What type of launch configuration are you using to launch your application? Is it a Web Application Launch Configuration, or are you using a Java Launch Configuration? Can you check your Firefox installation to see if you have the GWT Developer Plugin installed already? Also, can you blow away

Re: Problem with DevMode and GWT 2.0.3

2010-04-16 Thread kozura
Coincidence, someone just posted how to do this from Web Application, just add Environment variable USE_REMOTE_UI with a value of true to get the separate window. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send