Babylon PG - how to display Console.log() messages

This should be a quick question. In the PG, if I have console.log() statements in the code, how can I display those messages in the Inspector? I did some quick searches but didnt find any insight.
Thanks!

Hi @kdwoell
To my knowledge this is not supported.
Browsers often want to be all special and annoying when it comes to their devtools/consoles.
making it hell to work with using javascript.
so just open the console :slight_smile:

Yeah, that’s what I’ve been doing but thought to ask just in case it was buried somewhere.
Thanks!