How to enable Developer Tools always ON in IE.
Every time I set enable Developer Tools (either by Menu or pressing F12), previous settings like Network capture, profiler On are reset to default.
But that's not the case with Firebug :(
Any registry settings to always enable Developer tools in IE9/IE10?
thanks
HydPhani
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools modify the "Disabed" to "Enabled"
I wasn't able to find a key located at HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools. After searching around for a loong time I found this key instead does the trick:
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\IEDevTools
Just set disabled to 0.
You can't configure the network tool or the script profiler to be recording by default. They have to be started manually once F12 is open.