Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internet Explorer Developer Tools how to preserve log upon navigation?

I'm looking for the way to log stuff in Internet Explorer Developer Console that preserve page refresh.

Under Google Chrome and Firefox's Firebug it's an option for that, but I could not find it under IE.

I'm using IE 9.

like image 652
Wojciech Bednarski Avatar asked Mar 07 '12 11:03

Wojciech Bednarski


People also ask

How do you preserve logs in console?

Chrome console log Click the 3 dots, at the top-right, to open the overflow menu. Choose 'More tools' > 'Developer tools' to bring up the console. Select the 'Console'' tab and make sure the option 'Preserve log' is checked. Reproduce the issue.

What is the use of preserve log in Chrome?

Preserve log is a checkbox that lets you persist logs between page refreshes. This is useful when debugging website issues that require you to refresh the page, since all console output is otherwise cleared.

How do I dock developer tools in IE?

Press F12 to bring up dev tools in Edge. This undocks the dev tools then press: CTRL+SHIFT+WINDOWS BUTTON + RIGHT ARROW to move the undocked dev tools to the right of the screen and you can use your mouse to adjust the width of the dev tools relative to your main window.


1 Answers

In IE Developer Cosole go to Tools -> Clear Entries on Navigate and uncheck what you want to stay in log.

like image 119
giker Avatar answered Sep 20 '22 12:09

giker