Without going into details, my advice is to first look at everything
you added to your project since it stopped working.  Speaking from
personal experience, more than 99% of the time, it's something I've
added that has caused the problem and not the vendor's.  One other
thing would be to create a new Debug... action in Eclipse.   Can you
build and run your project outside of Eclipse?  Also try doing a
Project/Clean....  Sometimes that helps.  Back in the old days of
Eclipse 3.1, we had to rebuild the project every once in a while but
deleting the source from the project (not the file system) and
reimporting.  This wasn't a GWT project and we haven't seen anything
like that in a long time.  That's about all I've got....

Later,

Shaffer

On Oct 31, 1:42 pm, maticpetek <[EMAIL PROTECTED]> wrote:
> Hello,
>    I'm developing one project in GWT for more then a year now. Of
> course I add new code all the time. But one week ago debug mode stop
> working. When I run my project in Eclipse in debug mode, GWT hosted
> mode is started but then java process start using 100% CPU time and
> takes infinity time (ok, after 30 minutes I kill the process). If i
> run my project in run mode, everything works OK and it start in couple
> of seconds.
>    I'm using OS X Leopard / Eclipse 3.3 / GWT 1.4.62. I also update on
> Eclipse 3.4 / GWT 1.5.2 and Eclipse 3.3 / GWT 1.5.2, but nothing
> change - debug mode was still fell in infinity loop. I check log file
> directory in ".gwt-logs" and ".settings", but nothing is their. I
> thing something must be wrong with my code in GWT compiler, because I
> am developing (debugging( some other project on some machine, Eclipse
> and GWT without any problem.
>    Could you please help me somehow. I'm really tired of debugging my
> code with GWT.log(....). Thank you.
>
> Regards,
>    Matic
--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to