Don't know if anyone needs this, but I made a bookmarklet that adds the debug url to the end of your current url. It makes it easier for me to keep my bookmarks tidy with a lot of projects.
Just make a new bookmark with this. :D
javascript:(function(){window.location=window.location.toString().concat("?gwt.codesvr=127.0.0.1:9997");})();
-- Just make a new bookmark with this. :D
javascript:(function(){window.location=window.location.toString().concat("?gwt.codesvr=127.0.0.1:9997");})();
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment