I have a script that runs in a browser add-on. It's using the log function of the console object that is only available when the F12 Developer Tools is loaded.
While I can disable the add-on and enable it again to see the early messages intended to be logged, I find it a bit annoying. Is there a way to load IE9 with developer tools? I'm hoping there might be an obscure argument to be passed to the application to enable that.
With IE10, if you leave the Developer tool pinned to the browser window, it will be loaded the next time you open Internet Explorer after you exit.
Note that this will not work if it is unpinned.