Skip to main content
Participating Frequently
March 8, 2021
Question

how to debug Premiere_Pro_CC_13_Win_SDK example on Visual Studio 2015

  • March 8, 2021
  • 1 reply
  • 241 views

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\'

  1. In the Visual Studio solution, in the Solution Explorer panel, choose the project you want to debug
  2. Right-click it and choose Set as StartUp Project
  3. Right-click it again and choose Properties
  4. 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)
  5. 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…
This topic has been closed for replies.

1 reply

Bruce Bullis
Legend
March 8, 2021

Attaching works fine here.

 

At which step does your experience, depart from the steps you listed?