问题 I am trying to make some changes to the Firefox Dev Tools. I am starting by adding console.log statements. Where should the output show up? What are the alternatives? How should I (attempt) to debug the Firefox Dev Tools? I have already successfully expanded omni.ja and rebuilt omni.ja from the expanded JavaScript. When I add (deliberately) bad code to the expanded JavaScript, the Firefox Dev Tools fail (which makes sense). However, when I add console.log statements, I can't find the output.