Skip to main content
Stefan Rakete
Inspiring
June 11, 2024
Question

Breakpoints illustrator in included JSX

  • June 11, 2024
  • 2 replies
  • 262 views

I have created a script for Illustrator with a lot of included jsx files. Breakpoints ( $.bp() ) had worked fine inside these includes until a few days ago. The script stops if there is a breakpoint, but Visual Studio will not jump to the breakpoint. Very strange. I have tried so far:
- reinstalled VS Code (Intel) for the Apple M1 machine with Ventura after cleaning with AppCleaner
- reinstalled Illustrator (28.5)
- reinstalled the ExtendScript extension and tried various settings

All without success.
The machine I am using is managed by client management, so there might have been a VS Code or security update which broke my settings.
Any ideas or help is appreciated.
Not much fun to work in a single JSX
Thank you in advance

This topic has been closed for replies.

2 replies

GerssonDelgado
Inspiring
June 11, 2024

Hi @Stefan Rakete ;

 

I´m on windows 11, and my includes working correctly.

 

 

Stefan Rakete
Inspiring
June 11, 2024

Hi @GerssonDelgado 
the script itself with the includes works fine. Only that VS Code does not jump to the breakpoints within the includes. For InDesign 2024 the same script works fine. It must be something within Illustrator 28.5 that breaks.