Hey,
Somehow, this morning i started disturbed by a weird issue, the problem is that all console.log invocations i'm making from within iFrame (cross-domain) in my webpage are not show into Firebug console, BUT are shown into Firefox console itself (by CTRL+SHIFT+K).
Tried to re-install and downgrade Firebug as well as Firefox but it doesn't helped me.
BTW, the Firefox console giving me this message: The Web Console logging API (console.log,
console.info, console.warn, console.error) has been disabled by a script on this page.
But it's not what you think (i googled it 3 hours) - the problem isn't in my code since the issue occur just with code that run into the iFrame but same code outside of it (on ther parent window) working fine and print out the messages via console.log
I'm using FF 23.0.1 with Firebug 1.12.0.
PLEASE ADVICE!! I'm using now Chrome Canary (like a kid..) and i hate it :)