Re: Super dev mode - sourcemap not working anymore

2013-07-17 Thread Peter Girard
Also having this problem. Running GWT 2.5.1 on java 6 with chrome 28.0.xx On Tuesday, May 21, 2013 7:48:46 AM UTC-6, Martones wrote: > > I tryed to reinstall the bookmark, this didnt help. But thanks for your > tip ;) -- You received this message because you are subscribed to the Google Groups

Re: Super dev mode - sourcemap not working anymore

2013-05-21 Thread Martones
I tryed to reinstall the bookmark, this didnt help. But thanks for your tip ;) -- 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+unsubscr

Re: Super dev mode - sourcemap not working anymore

2013-05-21 Thread Juan Pablo Gardella
I don't know what is your problem, but try https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/78Hl47eFPKw . 2013/5/21 Martones > Hello Brian, thanks for your answer. > > I tested the Showcase sample from the 2.5.1 GA bundle and the issue is the > same. SDM works well for me.

Re: Super dev mode - sourcemap not working anymore

2013-05-21 Thread Martones
Hello Brian, thanks for your answer. I tested the Showcase sample from the 2.5.1 GA bundle and the issue is the same. SDM works well for me. Here is my compilation result which states that source maps are well enabled : Compiling 1 permutation Compiling permutation 0... Source M

Re: Super dev mode - sourcemap not working anymore

2013-05-17 Thread Brian Slesinsky
Unfortunately there's not a lot to go on. Super Dev Mode is working other than that? Just to make sure it's not app-specific, perhaps try one of the sample apps from 2.5.1? On Wednesday, May 15, 2013 11:49:36 PM UTC-7, Martones wrote: > > Hi Thomas, thanks for your answer. > > Yes of course I d

Re: Super dev mode - sourcemap not working anymore

2013-05-15 Thread Martones
Hi Thomas, thanks for your answer. Yes of course I did ! Tried this on several PCs even. I didnt install any new plugins to chrome either or what ever... Basicaly I didnt change anything since last time when Source maps worked. Now if I run my SDM I dont see any sources (even with CTRL+O shurt

Re: Super dev mode - sourcemap not working anymore

2013-05-15 Thread Thomas Broyer
On Wednesday, May 15, 2013 9:24:15 AM UTC+2, Martones wrote: > > Hey again, any update on this please ? :) Just to be sure: you enabled sourcemaps in Chrome, right? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from th

Re: Super dev mode - sourcemap not working anymore

2013-05-15 Thread Martones
Hey again, any update on this please ? :) Many thanks, Ludovit Le lundi 6 mai 2013 15:37:26 UTC+2, Martones a écrit : > > Hello all, > > I'm using 2.5.1 GA now and the problem still persists for me in Chrome. Is > there something else I missed ? :) > > Many thanks, > > Ludovit > > Le jeudi 17 j

Re: Super dev mode - sourcemap not working anymore

2013-05-06 Thread Martones
Hello all, I'm using 2.5.1 GA now and the problem still persists for me in Chrome. Is there something else I missed ? :) Many thanks, Ludovit Le jeudi 17 janvier 2013 15:25:56 UTC+1, Guus Bloemsma a écrit : > > Until the new version is available: > > Make your own copy of com.google.gwt.core.l

Re: Super dev mode - sourcemap not working anymore

2013-01-23 Thread Lyden Nee
Thanks!! On Wednesday, January 23, 2013 12:11:30 PM UTC-5, emurmur wrote: > > Thomas suggested that it might be in a few weeks. > > https://groups.google.com/d/msg/google-web-toolkit/OliX8alcMqs/ljeW_XNcY-8J > > Ed > > > On Tuesday, January 22, 2013 2:34:13 PM UTC-8, Lyden Nee wrote: >> >> Ballpar

Re: Super dev mode - sourcemap not working anymore

2013-01-23 Thread emurmur
Thomas suggested that it might be in a few weeks. https://groups.google.com/d/msg/google-web-toolkit/OliX8alcMqs/ljeW_XNcY-8J Ed On Tuesday, January 22, 2013 2:34:13 PM UTC-8, Lyden Nee wrote: > > Ballpark idea of when 2.5.1 will be released? > > On Thursday, January 17, 2013 9:07:47 AM UTC-5,

Re: Super dev mode - sourcemap not working anymore

2013-01-22 Thread Lyden Nee
Ballpark idea of when 2.5.1 will be released? On Thursday, January 17, 2013 9:07:47 AM UTC-5, Thomas Broyer wrote: > > > > On Thursday, January 17, 2013 3:01:43 PM UTC+1, Martones wrote: >> >> Hi guys ! >> My source maps doesn't seem to appear once I compile in SDM - Chrome. >> Did chrome do som

Re: Super dev mode - sourcemap not working anymore

2013-01-17 Thread Guus Bloemsma
Until the new version is available: Make your own copy of com.google.gwt.core.linker.CrossSiteIframeLinker and uncomment this line: //out.print("\n//@ sourceURL=0.js\n"); The sourceURL comment is there for a good reason but it screws up the latest chrome. Good luck, Guus Op donderdag 1

Re: Super dev mode - sourcemap not working anymore

2013-01-17 Thread emurmur
At Thomas' suggestion I got the latest source code for GWT trunk and built that, then used the sdk that was produced. That fixed the problem for me. Ed On Thursday, January 17, 2013 6:19:24 AM UTC-8, Martones wrote: > > Alright thanks alot Thomas ! > > Good luck > > Le jeudi 17 janvier 2013 1

Re: Super dev mode - sourcemap not working anymore

2013-01-17 Thread Martones
Alright thanks alot Thomas ! Good luck Le jeudi 17 janvier 2013 15:07:47 UTC+1, Thomas Broyer a écrit : > > > > On Thursday, January 17, 2013 3:01:43 PM UTC+1, Martones wrote: >> >> Hi guys ! >> My source maps doesn't seem to appear once I compile in SDM - Chrome. >> Did chrome do some update

Re: Super dev mode - sourcemap not working anymore

2013-01-17 Thread Thomas Broyer
On Thursday, January 17, 2013 3:01:43 PM UTC+1, Martones wrote: > > Hi guys ! > My source maps doesn't seem to appear once I compile in SDM - Chrome. Did > chrome do some update that changed something ? > Yes. > It worked fine yesterday but now I cant see the sources in the Chrome > debug

Super dev mode - sourcemap not working anymore

2013-01-17 Thread Martones
Hi guys ! My source maps doesn't seem to appear once I compile in SDM - Chrome. Did chrome do some update that changed something ? It worked fine yesterday but now I cant see the sources in the Chrome debug panel anymore. Any ideas ? Many thanks ! ;) -- You received this message because yo