January 29, 200421 yr I'm dealing with a debugging issue, where I am debugging incorrect search results. Some search criteria is collected right after a "freeze" is issued and pressing "continue" resumes the script. The problem is, when debugging, leading up to that piece of the script is a long looped sort that I don't want to break out of, and without the freeze the script does not pause for needed criteria. Any idea on how I can debug this script? CJF
January 30, 200421 yr Freeze? You mean the Pause/Resume Script step right? The Freeze Window step prevents FMP from updating the screen, and not interrupting the script processing in any way.
February 2, 200421 yr Exit the script instead of pausing it. That way you can change layouts etc. This Forum (or any forum) is not really the place to discuss script debugging. It's too big a subject.
Create an account or sign in to comment