Accessing console and devtools of extension's background.js

后端 未结 7 2357
粉色の甜心
粉色の甜心 2020-11-21 04:17

I just started out with Google Chrome extensions and I can\'t seem to log to console from my background js. When an error occurs (because of a syntax error, for example), I

7条回答
  •  一向
    一向 (楼主)
    2020-11-21 04:46

    I had the same problem, in my case the logging was set to "Hide all" in the console tab in Chrome Developer tools. I had not even realised this was an option, and I can't remember turning it off

提交回复
热议问题