|
Choose
|
To
|
|
|
Execute the script one step at a time.
|
|
If the script step is Perform Script, the Script Debugger will execute the sub-script and proceed to the next line of the calling script. The Script Debugger will execute all sub-script steps until it encounters a breakpoint.
|
|
|
|
Execute the script one step at a time.
|
|
If the script step is Perform Script, the Script Debugger will step to the first line of the sub-script and await user input before proceeding to the next sub-script step.
|
|
|
|
Execute all script steps in the current script and, if the script is a sub-script, return to the line after the Perform Script step in the calling script.
|
|
If the script is not a sub-script, the Step Out command will cause the Script Debugger to execute all script and sub-script steps until it encounters a breakpoint.
|
|
|
|
Set the step execution pointer to the highlighted script step.
|
|
This command passes control to the highlighted step but does not perform the step. The highlighted step is performed when script execution is resumed. Any script steps between the last executed step and the assigned next step are not executed. Click a step to highlight it, then click Set Next Step.
|
|
|
|
Toggle between executing all script steps until a breakpoint is encountered and pausing. When a script is paused, you can double-click the script in the Active Scripts list to edit it. Each active script opens in a separate Edit Script dialog box, so you can edit multiple scripts. The scripts are not halted until you save them.
|
|
You can step through a script using the Step script button when a script is paused.
|
|
|
|
Halt execution of a script and close Script Debugger.
|
|
|
|
Set or clear a breakpoint from the selected line.
|
|
Breakpoints can be set or cleared from the Script Debugger or from ScriptMaker. Breakpoints are saved with the file that contains the script. Breakpoints are ignored by FileMaker Pro and when the Script Debugger is not in use. Breakpoints allow the Script Debugger to perform large sections of the script that do not need to be looked at closely. You can set breakpoints on multiple steps. However, this disables Set Next Step.
|
|
|
|
Open the Edit Script dialog box to edit the current script.
|
|
|
|
|
Authenticate/Deauthenticate script
|
|
|
Unlock scripts for which you do not have Modifiable privileges.
|
|
You must have Full Access privileges to authenticate a script. The higher level of privileges applies to all scripts, but not to other file elements (for example, records and layouts). Your editing privileges last until you close Script Debugger or the Data Viewer.
|
|