If I set breakpoints in the background js of my chromium extension, then disable/enable it, the breakpoints are not hit. I've tried adding debugger; in the js, but I still cannot enter the debugger.
Is there a way to enter the debugger immediately upon installing or enabling an extension?