Pregunta

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

¿Fue útil?

Solución

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.
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top