Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

break points are not hitting ----- tool kit 15.064

Explorer ,
Dec 15, 2019 Dec 15, 2019

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.

TOPICS
Scripting
535
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Dec 30, 2019 Dec 30, 2019

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

Translate
Community Expert ,
Dec 16, 2019 Dec 16, 2019

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 17, 2019 Dec 17, 2019

I have had some times a similar issue while debugging with extendscript tooolkit.

Starting Indesign from within ESTK has always solved the problem.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 30, 2019 Dec 30, 2019
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines