Hello
I have been facing an issue with the UXP Developer Tool when debugging plugins. Occasionally, the console logs fail to display output in real-time, especially when dealing with extensive asynchronous operations like fetch
requests or complex event listeners. Instead, the logs appear delayed or, in some cases, not at all.
This has made it challenging to trace issues during runtime effectively. I’ve already tried restarting the Developer Tool and clearing caches, but the problem persists intermittently.
I’m curious if anyone else has faced similar issues and how you’ve resolved them. Are there best practices for logging with UXP plugins, or could there be a configuration in the Developer Tool or the UXP API itself that might optimize real-time output?
I have checked https://developer.adobe.com/photoshop/uxp/2022/guides/debugging/ Okta guide for reference .
Any debugging tips or links to documentation addressing console behavior or related troubleshooting would be greatly appreciated.
Thank you !