I want to enable older version of developer tools in IE 11. is there a way to do it?
I am working with a code base which only works in IE 9 or less and currently using compatibility mode to work in IE 11.
the problem is i cannot see all the javascript code in the new developer tools where i could see everything in older version of developer tools.
I have pop up window that i open from an iframe and i cannot see the source code for that window in IE 11. I can only see the source code if i explicitly put an error and when it print the error in the console i can go and click on the file to view the source code or else i am unable to navigate to that window code in IE 11 default developer tools.
One way to show up the older debugger is close all the developer tools windows and explicitly put an error in the webpage and when the page is rendered it asks if i want to use built in script debugger and that is when it shows up with the older version of Developer tools.so to summarize I want either
1) be able to use older version of developer tools in IE 11
2) Or be able to navigate to the source code of every window that is open with in the current IE tab am working using IE 11 developer tools.
Any help is really appreciated.