Re: How to Show GWT "Development Mode Console"?
The DevMode View inside Eclipse gives you the same information as the independent DevMode window. In the independent DevMode window you also have a tab showing jetty log output. This Jetty log output can be found in Eclipse console if I remember correctly (I use an external server).
So its not much of a difference.
To launch the independent DevMode window I guess you have to create a Java Application launch config instead of choosing GPE's "run as web application". Main class is com.google.gwt.dev.DevMode (found in gwt-dev.jar) and parameters/classpath settings can be copied from a launch config that has been created by GPE's "run as web application".
-- J.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/uv4jf0iugOQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home