Copy link to clipboard
Copied
Dear All,
I have open the sample InDesign plug-in SDK file in Visual studio 2015. I have generate the build it was created successfully.
But When I tried to Debug the source file (Local Windows Debugger) I got the following alert from the Visual Studio 2015.
InDesign : CC 2018
Visual Studio : 2015 Professional
Source Name: BasicDialog.sdk.vcxproj
I can't figure out this issue. What is the solution o fix this?
Regards,
Prakash C
Copy link to clipboard
Copied
Plugin is not an executable so you can't launch it via the debugger to debug it. What you need to do is launch InDesign from the debugger, InDesign would in turn load your plugin and also the debugging symbols for your plugin would be loaded in the process and then you would be able to debug your plugin code.
Now this can be done in two ways.
-Manan
Copy link to clipboard
Copied
Dear Manan,
I tried what you mentioned, but I get same messages what i was got previous.
Regards,
Prakash C
Copy link to clipboard
Copied
How can that be possible, i doubt there has been some miscommunication here. What happens when you follow method mentioned in step 1? This does not even use VS to launch InDesign then how are you getting any messages could you please elaborate on this.
For the method mentioned on point 2, can you share the screenshot of how does the debugging property window look in your project settings after the change done as suggested.
-Manan
Find more inspiration, events, and resources on the new Adobe Community
Explore Now