Why is console undefined in com.adobe.PProPanel?
If I add a console.log statement to the PProPanel > Premiere.jsx file then when running in PP I get "script error: console is undefined" when I'm using Chrome and viewing on the port defined in the .debug file.
But if I add console.log to this example
https://github.com/ThomasSzabo/Minimalistic-Adobe-Premiere-Pro-Panel
then it works as expected.
Sure I can use $.writeln() and view a log in ExtendScript Toolkit, but why doesn't it work in PProPanel?