I'm using the Developer Plugin for Firefox 3.6.2 with the -noserver
flag in my Eclipse Plugin launch config.  The GWT code server launches
fine and Firefox retrieves and executes my GWT app, but my breakpoints
are never hit.  This seems to be a common problem usually resolved by
recompiling with GWT 2.0 to make sure a current hosted.html is
generated.  I've recompiled and verified that my web server has a
current hosted.html in the webapp folder but still my breakpoints
don't get hit.

Can anyone give me some pointers?  There are no error messages in my
development mode console.

My Eclipse launch arguments look like this:

-noserver -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -
startupUrl http://localhost/myapp/test.html -logLevel ALL -war C:\Users
\Peter\dev\myapp\war com.myapp.MyApp

My launch url in my browser looks like this:

http://localhost/myapp/test.html?gwt.codesvr=127.0.0.1:9997

Thanks for any help,
Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
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