Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread Jonathon Lamon
If you are talking about the SDBG plugin, you misunderstand. It connects to the Chrom Dev Console and basically acts as such in Eclipse. It is actually GWT independent. On Mon, Feb 1, 2016 at 8:26 AM wrote: > > It seems plug-in relies on old DevMode. I wonder how it will be

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread Thomas Broyer
On Monday, February 1, 2016 at 1:48:11 PM UTC+1, va...@ant.ee wrote: > > You can't see server-side code at the browser. I believe every class that > is marked in gwt.xml file as translatable generates source maps, but this > is not server-side code. > Server-side code runs in a JVM (DevMode

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread Thomas Broyer
On Monday, February 1, 2016 at 12:52:45 PM UTC+1, va...@ant.ee wrote: > > > It is nice for client code debug, but I don't know any good option to test > server-side code in the same way. > To debug server-side code, if you use DevMode's embedded server, then just launch DevMode in debug

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread vadim
You can't see server-side code at the browser. I believe every class that is marked in gwt.xml file as translatable generates source maps, but this is not server-side code. I will try shortly what you have suggested. Thanks! -- You received this message because you are subscribed to the

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread vadim
SuperDev mode is the only supported mode right now. You don't need any plug-ins for it. Enable source maps and you will be able to put breakpoints in the browser. It is nice for client code debug, but I don't know any good option to test server-side code in the same way. -- You received

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread vadim
Thank you Jonathon - I missed technical details that SDBG is, in fact, JS debugger, so should not depend from the GWT version indeed. -- 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

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread JonL
If you are running in eclipse and want to debug your server and client code both in eclipse, you can use the SDBG Plugin. https://sdbg.github.io/ I believe IntelliJ has similar support built in or through the gwt IntelliJ plugin. On Monday, February 1, 2016 at 5:48:11 AM UTC-7, va...@ant.ee

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread vadim
It seems plug-in relies on old DevMode. I wonder how it will be running with GWT-2.8.0-beta1 and JsInterop -- 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

Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-01-29 Thread N Troncoso
The plugin is no longer supported. You'll need to use super dev mode. What version of GWT are you using? 2.7 runs SDM by default. On Friday, January 29, 2016 at 9:11:52 AM UTC-5, Sambodhan Dhammapathee wrote: > > Hi All, > > I am new to web technology and preferred GWT. > I have install as