Re: Offline debugging my gwt app

2013-05-23 Thread emurmur
Yves, I would try SuperDev mode and debug using Chrome Dev Tools and the source maps produced by the super dev mode code server. You don't need any special changes to your project, you just need to create a way to launch the super dev mode code server. This is documented at

Re: Offline debugging my gwt app

2013-05-22 Thread yves
Hello GWT-team guys ! Nobody has an idea at least if is it a bug or a feature? Thanks a lot for your help Yves -- 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

Re: Offline debugging my gwt app

2013-05-21 Thread yves
Yes hosted.html is included in the CACHE section of the manifest. I don't have a devmode.js file. Yves -- 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

Offline debugging my gwt app

2013-05-20 Thread yves
Hello All, I need to debug my gwt app. The problem is that I need to debug it OFFLINE. After a tour on the net, I didn't found an answer. Thus here is the scenario. My GWT version is 2.4.0 Debugging the code is ok. Running in production offline is ok, using a cache manifest. But I can't do

Re: Offline debugging my gwt app

2013-05-20 Thread Joseph Lust
It is not clear what you're attempting here. By Offline I believe you mean when not using the DevMode debugging plugin. You can only debug with the debugger when running in debugging mode. You can however use source maps and set breakpoints in the browser (i.e. Chrome Dev Tools) if you like

Re: Offline debugging my gwt app

2013-05-20 Thread yves
Thanks for your answer, but my question is about the HTML5 offline feature. Sorry if my post was not clear. The problem is that I can't debug the GWT app while running it without a connection to the site server, thus offline. Yves -- You received this message because you are subscribed to

Re: Offline debugging my gwt app

2013-05-20 Thread Thomas Broyer
On Monday, May 20, 2013 8:46:08 PM UTC+2, yves wrote: Hello All, I need to debug my gwt app. The problem is that I need to debug it OFFLINE. After a tour on the net, I didn't found an answer. Thus here is the scenario. My GWT version is 2.4.0 Debugging the code is ok. Running in