Christopher Feyrer Posted January 29, 2004 Posted January 29, 2004 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
Vaughan Posted January 30, 2004 Posted January 30, 2004 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.
Christopher Feyrer Posted January 30, 2004 Author Posted January 30, 2004 Yes, I mean Pause/Resume Script step. Please advise.
Vaughan Posted February 2, 2004 Posted February 2, 2004 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.
Recommended Posts
This topic is 7604 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now