Skip to main content
Participant
September 11, 2025
Answered

Illustrator v29.7.1 | Will it support VS code debugger to debug ?

  • September 11, 2025
  • 1 reply
  • 78 views

I am working in plugin CEP for Illustrator

since I am reopening the AI for each and everychange in JSX , I tried VS Code debugger , But It not working , 
can anyone please share how to debug directly from vs code with JSX,js files.

Correct answer creative explorer

@sai_vignesh_1086 use the ExtendScript Debugger extension for VS Code, which is specifically designed for this purpose. This extension allows you to attach a debugger to an Adobe application like Illustrator. Once it's attached, you can set breakpoints in your JSX files, step through your code line by line, inspect variables, and evaluate expressions, all without having to constantly restart Illustrator. It works by establishing a connection between VS Code and the ExtendScript engine inside the Adobe application.

1 reply

creative explorer
Community Expert
creative explorerCommunity ExpertCorrect answer
Community Expert
September 13, 2025

@sai_vignesh_1086 use the ExtendScript Debugger extension for VS Code, which is specifically designed for this purpose. This extension allows you to attach a debugger to an Adobe application like Illustrator. Once it's attached, you can set breakpoints in your JSX files, step through your code line by line, inspect variables, and evaluate expressions, all without having to constantly restart Illustrator. It works by establishing a connection between VS Code and the ExtendScript engine inside the Adobe application.

m