Firebug console: not showing console.log

前端 未结 4 1794
醉话见心
醉话见心 2020-12-17 09:50

I am trying to test something, and for one reason or another, while working in the Firebug console, I am unable to create an array of script tags on the HTML page using the

4条回答
  •  轮回少年
    2020-12-17 10:03

    Press CTRL-SHIFT-K to open full console. In the second row from the top there are tabs- NET, CSS, JS ... Logging. click on the dropdown next to logging and make sure that at least "log" is on.

    Your messages should be visible now. Use this instead of CTRL+SHIFT+J

提交回复
热议问题