I wanted to debug SmartClient. I found some information in the SmartClient Reference. It says, "The Developer Console can be opened by calling isc.showConsole() on any page in which SmartClient has been loaded." I tried this, but it didn't work. On different browsers, it seems to have different effects. On Firefox, it opened a Google window search for isc.showConsole(). Any help on opening the Developer Console?
Announcement
Collapse
No announcement yet.
X
-
That method didn't work for me either. What I ended up doing is putting that line of code, isc.showConsole(); in the entry to my application (in my case, index.js), and the console popped up when I launched my application. I'm guessing it depends on how your environment is set up. Mine is a bit strange right now since I am working from home, but doing that launched the developer console for me.
Comment
Comment