Skip to main content
Tilles
Inspiring
February 16, 2024
Question

AE scripting with writeConsole and writeDebugLog methods?

  • February 16, 2024
  • 1 reply
  • 295 views

hi AE masters!
What can I do with writeConsole() and writeDebugLog() global methods available on ExtendScript?
I'm trying to log messages inside Visual Studio using ExtendScript debug extension but without success.

I've found these functions but couldnt find what they do.


cheers!

This topic has been closed for replies.

1 reply

Inspiring
February 16, 2024
I ended up doing it on a Mac with an extension for VSCode. There are two of
them and they were both a little wonky. I sometimes needed to reinstall
them or revert to a bunch of $writeln commands.

NTProductions https://www.youtube.com/@NTProductions covers this topic with
updates. You should be able to find a good solution there.