Internet Explorer Developer Tools how to preserve log upon navigation?

僤鯓⒐⒋嵵緔 提交于 2019-12-03 14:40:49

问题


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.


回答1:


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




回答2:


In Internet Explorer 11 there is now a button ("Clear entries on navigate") which one must toggle for enabling/disabling the IE to clear the network logs on navigation or even http redirect.

MSDN: http://msdn.microsoft.com/en-us/library/ie/dn255004(v=vs.85).aspx




回答3:


In Internet Explorer 11 there is a button that you can click to delete or preserve console logs on navigation. If you want to preserve your console logs, then just untick the button (highlighted red in my screenshot).



来源:https://stackoverflow.com/questions/9600486/internet-explorer-developer-tools-how-to-preserve-log-upon-navigation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!