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

Debugging while developing Java Script extensions

New Here ,
Oct 12, 2023 Oct 12, 2023

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
254
Translate
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
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
Translate
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