You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
gwt compiles java to bytecode and javascript, does the browser send
the debug info to this address?
Thomas Broyer
unread,
Feb 29, 2012, 6:48:54 AM2/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
On Tuesday, February 28, 2012 5:00:24 AM UTC+1, YuHong Yang wrote:
gwt compiles java to bytecode and javascript, does the browser send
the debug info to this address?
gwt.codesvr in the URL's query-string is a signal for the *.nocache.js script to load hosted.html (or devmode.js, or similar, depends on your version of GWT and the linker you use) instead of one of the *.cache.html (or *.cache.js) files of your compiled app. The hosted.html loads the DevMode plugin in the browser and initializes it so it tries to connect to your DevMode "server" (possibly running within Eclipse) at the host and port given as the gwt.codesvr value (127.0.0.1:9997 in your example).