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

Debugging while developing Java Script extensions

New Here ,
Oct 12, 2023 Oct 12, 2023

Copy link to clipboard

Copied

Version: 23.6.0

OS: Sonoma 14.0

 

I am developing an After Effects extension. 

I use for this CEP tools. 

My main problem is that I can't understand how to debug the dev process with the After Effects. 
Basically, I would like to write a line with something like "console.log("We have control over")" and see it in some kind of a console. However, I can't make it work.

 

I tried to open also the localhost with the port from .debug file, but it seems I can't even open the extension unless I prepare the production build. 

 

Please let me know where I can see some resources?

 

Thanks!

TOPICS
Error or problem , How to , Scripting , SDK

Views

129

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
Community Expert ,
Oct 13, 2023 Oct 13, 2023

Copy link to clipboard

Copied

LATEST

There is $.write and $.writeln in ExtendScript:

https://extendscript.docsforadobe.dev/extendscript-tools-features/dollar-object.html#write

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects

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