I have JSX code that is called from a Photoshop plugin panel but I am having trouble debugging it.
When I launch the the ExtendScript CS5 toolkit, set breakpoints and run the script, I get 'Result: undefined" in the JavaScript console window. I would like to be able to debug the Panel that I wrote and break on javascript code that is executed when a button is pressed on the panel. What do I need to do to accomplish this?