Copy link to clipboard
Copied
When we try to debug the jsx files in the extendscript tool, the break points are not hitting
O/S -- WINDOWS
Please do the needful.
Are you debugging for InDesign Server or Desktop application?
If you are debugging for InDesign server instance, every time you need to refresh your break points while going to another JSX using app.doScript.
Or instead you should use $.bp(); this will stop at the point for both.
Best
Sunil
Copy link to clipboard
Copied
Hi,
Is that with the ExtendScript extension to Visual Studio code - https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug
or the old extendscript tooolkit?
(whichever one, could you try the other and see if that helps).
Regards
Malcolm
Copy link to clipboard
Copied
I have had some times a similar issue while debugging with extendscript tooolkit.
Starting Indesign from within ESTK has always solved the problem.
Copy link to clipboard
Copied
Are you debugging for InDesign Server or Desktop application?
If you are debugging for InDesign server instance, every time you need to refresh your break points while going to another JSX using app.doScript.
Or instead you should use $.bp(); this will stop at the point for both.
Best
Sunil