Question

I want to debug a code for a sample indesign plugin ( debug 64x) in visual studios. But I am getting the below error when I press the debug button on top(F5).enter image description here

Was it helpful?

Solution

I am not an expert in Indesign, but I think it works the same like in other programs:

  1. Register your plugin in Indesign;
  2. Let Visual Studio start the InDesign executable when debugging: change the Project Settings > Debug > Start External Program path to the path of the Indesign executable.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top