• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Debugging Media Core Importer

Participant ,
Sep 11, 2017 Sep 11, 2017

Copy link to clipboard

Copied

Can I debug a Media Core importer plug-in in After Effects?  I am using Xcode 8.3 on OS 10.12.6.  If I attach the debugger to After Effects none of the breakpoints seem to work.  What am I supposed do do?  The Premiere SDK documentation makes a reference to setting a custom executable, but I can't find where I do that in Xcode and Xcode Help doesn't seem to know what a custom executable is.

Any suggestions would be appreciated.

TOPICS
SDK

Views

695

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 12, 2017 Sep 12, 2017

Hi RGPatt,

Yes you can debug it.  With the importer project selected as the Active Scheme, choose Edit Scheme.  In the Run settings, in Executable, choose Adobe After Effects CC 2017.app.

Hope that helps,

Votes

Translate

Translate
Adobe Employee ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

Hi RGPatt,

Yes you can debug it.  With the importer project selected as the Active Scheme, choose Edit Scheme.  In the Run settings, in Executable, choose Adobe After Effects CC 2017.app.

Hope that helps,

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

I did that and none of my breakpoints work.  I am in the process of trying to get help from Apple, but if you can suggest anything else maybe it will spare me cashing in my tech support incident.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

The other piece, which you may have already done as well, is to make sure you build the plug-in into the plug-ins folder.  I just confirmed it works on macOS 10.12.6 with Xcode 7.3.1 in Premiere Pro CC 2017.1.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

I can see an SDK_File_Import.bundle in /Library/Application\ Support/Adobe/Common/Plug-ins/7.0/MediaCore/Debug.

The plug-in executes but just doesn't stop at breakpoints.  The ffk files that it is importing have zero bytes, but AE seems to want to import them anyway.  I tried to create ffk files with the exporter, but have yet to make it write files with any content.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

What is the extension that the Premier media core importer sample looking for?  I am having trouble finding where it is set in the code and I was assuming it was .ffk.  Is it .fak or something else?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

OK.  It breaks when I try to import a file with the .sdk extension.  Sorry I wasted your time.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

LATEST

Not a problem at all.  Glad you are unblocked!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines