Android Chrome SuperDevMode Source Maps with Chrome Remote Debugger
Does anybody able to use Gwt Super Dev Mode on Android chrome browser connected to desktop remote chrome debugger? I could not get it working.
What works :
- Super Dev Mode accessed from chrome desktop with developer tools, I can compile it from browser and see java source code under source maps
What does not work:
Super Dev Mode accessed from Android Chrome Browser connected to desktop chrome remote debugger, I tried both Android chrome and Android Chrome beta on Android side and Chrome and Chrome Canary on desktop side, same results: I can compile and get compiled code to android chrome browser but can not see source maps on desktop remote debugger (I do see cache.js files on debugger and I did set debugger configuration for source maps) I tried to debug WebServer class in gwt-CodeServer.jar; When I connect from desktop chrome, devModeOn.js running inside browser, after compilation request, sends a json request to get source maps, so it works there, though when I access it from android chrome browser, after compilation request no json request is sent from browser to WebServer so no source map is shown.
Any ideas? Do source maps really work for Android chrome?
Ps (I am running android 4.1.2 on sony xperia zl)
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home