Wanted to check if Chrome Debugging is still an option for installed UXP plugins.
I’ve tried debugging and installing a panel with a debug.json
{
"port": 9981,
"breakOnStart": false
}
As outlined in this guide:
But I’m unable to access the port by going to localhost:9981
in the browser or by following the steps in the guide to:
- Go to
chrome://inspect/
- Configure
- Adding
localhost:9981
Still doesn’t show up after opening Photoshop with my panel, but nothing shows up under targets.
I believe this worked in old versions, especially since it’s in the official docs, so wanted to check if something has changed about this workflow or if it’s been disabled.
Debugging installed panels is really important for troubleshooting issues with builds and on client machines, so having this functionality back is really crucial.