Extendscript Toolkit debugger fails: Can't start debug session

百般思念 提交于 2019-12-03 12:26:09

In the above mentioned forum, Adobe has published a stable workaround!You just have to correct a setting inside the estk application:

  1. Open the file(Mac): “/Applications/Adobe ExtendScript Toolkit CC/ExtendScript Toolkit.app/Contents/SharedSupport/Required/cdic/11BTBackend.jsx”
  2. Search for the value: 604800000 (line reads bt.timeout = 604800000)
  3. Replace that value with 604800 and save
  4. Quit ExtendScript Toolkit and relaunch.

I can confirm that it works.

From the adobe Forum :
"we have found a first workaround: just change your date to any date before 20-nov-2018"

https://forums.adobe.com/message/10761440#10761440

Seems like a date issue :(

I just published a quick update about this on the Adobe Tech Blog.

For the time being, if you dismiss the dialog, you can still run your script via ESTK and step through code as usual.

Alternatively, if you really want to avoid the dialogs, and you don’t mind setting your clock back, you can sidestep the issue by setting your system clock back to November 19, 2018 or before. On most systems, changing the system time can have unintended side effects, so this isn’t recommended unless you’re really certain about it.

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