SmartClient Version: v9.1p_2014-10-20/PowerEdition Deployment (built 2014-10-20)
GWT 2.6.1
IE-11
I'm having difficulty debugging my app on the client when it goes through it's init process. With FF and Chrome, the app loads fine. With IE, the app seems to hang before onModuleLoad() is called in MainEntryPoint.java.
The first line I have in onModuleLoad() is SC.showConsole(); which does not get called because IE seems to hang before it reaches onModuleLoad().
Do you have any suggestions as to how to debug this issue on the client? I cannot even get the Developer's Console to appear?
GWT 2.6.1
IE-11
I'm having difficulty debugging my app on the client when it goes through it's init process. With FF and Chrome, the app loads fine. With IE, the app seems to hang before onModuleLoad() is called in MainEntryPoint.java.
The first line I have in onModuleLoad() is SC.showConsole(); which does not get called because IE seems to hang before it reaches onModuleLoad().
Do you have any suggestions as to how to debug this issue on the client? I cannot even get the Developer's Console to appear?
Comment