Equivalent of Firefox's “error console” in other browsers

前端 未结 7 1619
我在风中等你
我在风中等你 2020-12-01 04:37

Is there an equivalent to Firefox\'s \"Error console\" in other browsers? I find the error console handy for finding JavaScript errors, but there doesn\'t seem to be an equi

7条回答
  •  不思量自难忘°
    2020-12-01 05:22

    Any of these:

    Hit F12 or Ctrl+Shift+I
    right-click on any element on the page, and "Inspect Element"
    Wrench button -> Tools -> Developer Tools
    

    Then go to Console tab

提交回复
热议问题