I have an entry point hosted into an iframe. I have to manually open the host page into a new browser tab in order to make the superdev mode aware of the modules available (otherwise the superdev mode UI doesn't detect any module).
I've tried to manually tweak the bookmarklet code in order to create the boot script element within the frame (instead than within the outer document) but at this point when I run the bookmarklet I obtain a dialog complaining
Need to reinstall the bookmarklets.
I suspect the bookmarklet js code is somewhat validated against some hash, and if I manually edit it the validation fails...
Is there any workaround?
I reproduce this issue with GWT 2.6.0 both on Google Chrome 32.0.1700.107 and Firefox 26.0
Kind regards
Davide