Link in Zwischenablage kopieren
Kopiert
Justin thank you for your response. I found the solution by using attach mode when running scripts in VS Code
Link in Zwischenablage kopieren
Kopiert
Are you on the latest version of the VS Code ExtendScript extension? Variables will only be updated when hitting a breakpoint, but $.writeln() should show up in the terminal.
Link in Zwischenablage kopieren
Kopiert
Justin thank you for your response. I found the solution by using attach mode when running scripts in VS Code
Link in Zwischenablage kopieren
Kopiert
Great to hear it's working!
Link in Zwischenablage kopieren
Kopiert
Hi, what exactly did you do?
My configuration looks like this and it doesn't work
{
"version": "0.2.0",
"configurations": [
{
"type": "extendscript-debug",
"request": "launch",
"name": "Attach to ExtendScript Engine",
"program": "${file}",
"stopOnEntry": false,
}
]
}
Link in Zwischenablage kopieren
Kopiert
Are you looking in the Debug Console?
Link in Zwischenablage kopieren
Kopiert
Yes, there's nothing there.
Link in Zwischenablage kopieren
Kopiert
Is the code actually executing in AE? If you add an alert() will that show up in AE?
Link in Zwischenablage kopieren
Kopiert
Yes, sure.
The code is executed but the Dedug Console is empty
Link in Zwischenablage kopieren
Kopiert
Strange, maybe try reinstalling the VS Code extension
Link in Zwischenablage kopieren
Kopiert
I have already done all this, periodically over several years. All I have to do is try to reinstall the system, but I won't do it for the Debug Console))
Link in Zwischenablage kopieren
Kopiert
Hmm, does it do it with other apps beside AE? Also have you tried re-installing VS Code?
Link in Zwischenablage kopieren
Kopiert
Doesn't work in AE, PP, PS.
Link in Zwischenablage kopieren
Kopiert
Reinstalling VS Code helped.
Thank you
Link in Zwischenablage kopieren
Kopiert
Awesome!
Link in Zwischenablage kopieren
Kopiert
Try this:
Link in Zwischenablage kopieren
Kopiert
In my case it doesn't work.
upd.
After reinstalling VS Code works.
Thank you, useful information
Link in Zwischenablage kopieren
Kopiert
I don't think so. 🤔
Look at your screenshot
You probably simply evaluate the script
My window:
Weitere Inspirationen, Events und Ressourcen finden Sie in der neuen Adobe Community
Jetzt ansehen