Hi guys,
I'm sort of stuck on debugging my extensions.
I've installed Eclipse (kepler), installed Adobe Extension Builder 3 on it and I'm able to create extension and test them on Photoshop CC.
The problem is when I run "Debug as...", it starts Photoshop but when I bring up my extension (Windows > Extensions > MyTest) the DevTools doesn't show up, I would like to debug my code.
Is there something I've to configure?
From the Help it seems that I've only to launch the Extension with the "Debug as..." option
The other thing I don't understand is: with the Eclipse debug option (if it'll work) I can debug the HTML part of the extension (js include) but to debug the JSX while debugging the html part what do I've to do? I've Extended Toolkit installed too (and I can debug stand alone scripts).
Do you guys have any hint?
Thank you in advance,
Adobe Extension Builder 3 + Eclipse = no debug
-
ApWizard
Adobe Extension Builder 3 + Eclipse = no debug
Well, I was able to solve the problem. The .debug file was missing in the root of the extension.