It is not clear what you're attempting here. By "Offline" I believe you 
mean when not using the "DevMode" debugging plugin. You can only debug with 
the debugger when running in debugging mode. You can however use source 
maps and set breakpoints in the browser (i.e. Chrome Dev Tools) if you like 
without using DevMode.

Beyond that, to run your GWT app while not in the DevMode plugin, you'll 
need to compile and deploy it to a server (i.e. Jetty, Tomcat, JBoss) and 
start it. If you try to run it *not* in DevMode, but with the codesvr 
parameter in the URL, it will fail as it thinks you're trying to use 
DevMode.


Hope that helps.

Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to