Question
how to debug Premiere_Pro_CC_13_Win_SDK example on Visual Studio 2015
I have followed all the steps described in Premiere_SDK_Guide.pdf but not able to debug the sdk examples on Premeire Pro.
Steps:
PREMSDKBUILDPATH is set to 'C:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore\'
- In the Visual Studio solution, in the Solution Explorer panel, choose the project you want to debug
- Right-click it and choose Set as StartUp Project
- Right-click it again and choose Properties
- In Configuration Properties > Debugging > Command, provide the path to the executable file of the host application the plug-ins will be running in (this may be Premiere Pro)
- From there you can either hit the Play button, or you can launch the application and later at any point choose Debug > Attach to Process…