문제

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

도움이 되었습니까?

해결책

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.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top