On Tuesday, March 29, 2016 at 8:54:56 PM UTC+2, Jim Douglas wrote: > > Whoops, I did have one more specific question. I followed Brandon's video > to debug with Chrome, and it worked great: > > https://www.youtube.com/watch?v=icJEa5lcJaQ > > Is there a video, or notes, describing how to debug GWT SuperDevMode in > Firefox? >
SDBG only talks the Chrome Remote Debugging protocol, so it can't directly connect to Firefox. It might be possible to use https://github.com/RemoteDebug/remotedebug-firefox-adapter though (no idea how you use it, all I know is that it exists). Or you simply use the Firefox dev tools for debugging, instead of Eclipse. -- You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
