No console.log?

I’m trying to debug a toolbar panel but this time around I’m not getting any console.log entries output to the coherent debugger log.

Is anyone else experiencing this?

I’m on latest SDK. I can’t see any settings I’ve missed, it’s pretty basic level debug output. Code is getting hit by breakpoint testing just not getting to the console.

Edit: Solved. Another addon package was causing it. I suspect aggressive obfuscation with the debug setting causing it to nuke the console output of mine.