On Friday, February 3, 2017 at 10:38:51 AM UTC+1, Eghli Dos wrote: > > Jens, > > Thanks for the feedback. It certainly worked in Chrome (55). > Unfortunately, I cannot use Chrome as the pages that I will be ultimately > debugging run *drum roll* applets, so I have to stick with IE. Is there a > way to get SDBG to work with IE and GWT Eclipse Plugin? >
SDBG talks the Chrome debug protocol. Microsoft has made an adapter so you can debug IE using that protocol: https://github.com/Microsoft/IEDiagnosticsAdapter (there's one for Edge too fwiw: https://github.com/Microsoft/edge-diagnostics-adapter). Hopefully, the set of supported API is large enough that it works with SDBG. -- 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.
