Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE11's F12 developer tools lack option to keep console on navigation

Trying to debug a problem that's IE-11 specific, I would like to see the console messages logged when a certain control is clicked. But the control refreshes the page, which makes F12 tools automatically clear the console, so whatever is logged just before that, I don't get to see!

Past versions of IE had an option to keep the console contents on navigation. Is this option available in IE11? If so, where is it? If not, is there some other way to view the console that doesn't immediately discard the message I want to see?

like image 892
Andre Guirard Avatar asked Mar 12 '14 18:03

Andre Guirard


1 Answers

In with the latest F12 update to IE11 (that came as part of the Win8.1 Update) there is now a button to disable "Clear on Navigate"

enter image description here

Additionally, you can enable IE to record messages in the Console at all times instead of only when the Console is open.

For all the changes to the IE11 F12 dev tools see: http://support.microsoft.com/kb/2929437

like image 137
Eric Tedj - MSFT Avatar answered Oct 31 '22 22:10

Eric Tedj - MSFT