“Console.log” with Photoshop Scripting - ExtendedScript Toolkit

我与影子孤独终老i 提交于 2019-12-03 04:13:51
Daniel Serodio

$.writeln() is what you're looking for. See the JavaScript Tools Guide (PDF) for details.

write("any message");

Is what works in XTools for Photoshop. I find that the Photoshop debugger crashes all the time in CS6 on Mac OSX.

You can find more about XTools here: http://ps-scripts.sourceforge.net/xtools.html.

It's fabulous!

I'm using ExtendScript Toolkit version 4.0, and using _print('foo') seems to do the trick.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!