I’m just getting started, following the Quickstart Guide for UXP for Photoshop Scripting, trying to experiment with the example scripts using the Debug Script button in the UXP Developer Tool.
But how do I see what’s been logged to the console?
For example this one from the samples, “Access the local filesystem”, uses console.log, but I don’t see how to access the log…
https://developer.adobe.com/photoshop/uxp/2022/scripting/samples/#access-the-local-filesystem
When I run a script with Debug Script, the Debug window disappears straight away. Is there some other way I can access the Photoshop console, or keep the window open long enough to read the log?