Question
Debugging bridge scripts
I must be doing something dumb.
I ran the script debugger.jsx by double clicking on the script in the windows explorer (from the photoshop javascript samples) and it worked fine, opening the ESTK and breaking on the debugger statement.
I then changed the directive #target photoshop to #target bridge, resaved the script as BridgeDebugger.jsx and then tried to run it. Nothing happens.
I also have tried inserting breakpoints in the ESTK for scripts that are in the startup folder and execute from the bridge menu. The breakpoints do not work, and the debugger statement does not work. I have made sure to include the statements
$.level = 2;
debugger;
Bridge was open at the time.
CS2, Windows XP
TIA
Rory
I ran the script debugger.jsx by double clicking on the script in the windows explorer (from the photoshop javascript samples) and it worked fine, opening the ESTK and breaking on the debugger statement.
I then changed the directive #target photoshop to #target bridge, resaved the script as BridgeDebugger.jsx and then tried to run it. Nothing happens.
I also have tried inserting breakpoints in the ESTK for scripts that are in the startup folder and execute from the bridge menu. The breakpoints do not work, and the debugger statement does not work. I have made sure to include the statements
$.level = 2;
debugger;
Bridge was open at the time.
CS2, Windows XP
TIA
Rory
