Question
How to debug a callback function?
I have a function hooked up to a menu item in Bridge. So far, I've been unable to get the ExtendScript debugger to set a breakpoint in that script and/or step through it. How would I set it up to do that?
My function is loading in the startup directory. It's got a #target "bridge" in the file and $.level = 1; The startup code runs properly and installs the menu item. The callback is executed when I pick the menu item. But, I can't get the debugger to capture the callback function.
--John
My function is loading in the startup directory. It's got a #target "bridge" in the file and $.level = 1; The startup code runs properly and installs the menu item. The callback is executed when I pick the menu item. But, I can't get the debugger to capture the callback function.
--John
