Skip to main content
December 17, 2019
Question

Keeping track of a script while it's running

  • December 17, 2019
  • 1 reply
  • 628 views

Hi all,

 

I use ExtendScript Toolkit for my InDesign coding and I was wondering if there is a way to keep track of where in the script the program is when running the script in InDesign?

This is for problem solving, at the moment I add Alerts in the script to do this but wondering if there is a more automatic way that keeps you up to date while it's actually running.

 

Thanks, Bren

This topic has been closed for replies.

1 reply

BarlaeDC
Community Expert
Community Expert
December 17, 2019

Hi Bren,

 

The easiest thing to do, to just give you are track of what is happening would be to create  a log as your script is running.

 

There are a couple of places with help in this :

http://burnignorance.com/flex-air-tips/logging-on-javascript-console-in-extendscript/

https://www.google.com/search?client=firefox-b-d&q=extendscript+indesign+logging

 

Hope they help

 

Malcolm

December 18, 2019

See below