I’m working on a custom firefox addon. It works fine, but when I go on Debugging -> This Firefox -> Load temporary addon -> Inspect, I see:
<body><h1>Your addon does not have any document opened yet.</h1></body>
and on Console Tab I see none of the console.log I put on my js code.
Do I have to enable anything in order to make my addon inspectable?