Displaying objects in IE Developer Tools console

前端 未结 8 954
野的像风
野的像风 2020-12-29 04:31

I\'m debugging my web application in Firefox, Chrome and Internet Explorer. With the latter I\'m using Developer Tools to debug my scripts.

The problem I\'m having i

8条回答
  •  遥遥无期
    2020-12-29 04:42

    What works for me and this may just be something they added recently but after you pull up the console log. Clear the log but leave the console open then refresh the page. As the page loads in, you should then be able to explore the objects. I am not sure why it needs to be done that way but it appears to work.

提交回复
热议问题