Search code examples
javajavascriptgwtgwt-dev-modegwt-super-dev-mode

GWT Dev Mode or Super Dev Mode on Mobile Devices?


Is it possible to debug a GWT mobile app on my iPhone browser?

I know that I cannot install the browser developer plugin, but is there any other workaround?


Solution

  • I know that I cannot install the browser developer plugin??

    Yes. You are correct. A big No. You need to have GWT plugin to debug the byte code in your IDE.

    Unfortunately there is no workaround as of now, at least for my knowledge.

    If you want to debug Javascript, generated by GWT also quite difficult because by default GWT compiler generates obfuscated code.

    If you want to try with java scriptlook at the compiler options: