Tools to inspect javascript code in IE are difficult to find.
There is a solution to do that with Mozilla / Firefox
1) Download the WebDeveloper tools for mozilla and install it
https://addons.mozilla.org/en-US/firefox/addon/web-developer/
You have all you need to inspect your page ( CSS, HTML DOM,
javascripts with a debbuger )
2) Download and install firebug, an advanced tool to debug your client scripts
https://addons.mozilla.org/en-US/firefox/addon/firebug/
3) Download and install the User Agent Switcher extension for Mozilla / Firefox
https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/
A tool to change the client signature of your browser
From the user-agent-switcher tool menu change user-agent to IE (
choose a provided version)
GWT will then believe that your browser is IE, serving generic and
specific javascript that
you can track, inspect and debug with the tools i'm speaking about.
I hope it helps.
Regards.
Karim Duran
2012/1/15 mariyan nenchev <nenchev...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-we...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-tool...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
Hi MariyanTools to inspect javascript code in IE are difficult to find.