Help

Table Of Contents
Using FileMaker Pro Advanced tools
F
ILEMAKER PRO HELP 583
Using FileMaker Pro Advanced tools
This section contains information on using:
Script Debugger to troubleshoot your FileMaker scripts
Data Viewer to monitor fields, variables, and calculations
the Database Design Report feature to document and publish your database schema to an
HTML or XML file
Developer Utilities to:
set up files to create developer solutions, such as runtime applications, which do not
require FileMaker
Pro or FileMaker Pro Advanced to run
encrypt your database files to protect them from unauthorized access while they are
being stored on disk
create solutions in Kiosk mode with your own custom controls, without FileMaker Pro or
FileMaker
Pro Advanced toolbars or menus
set other custom options, such as removing Admin access to databases
Debugging scripts (FileMaker Pro Advanced)
The Script Debugger is an interactive tool for troubleshooting your FileMaker scripts.
With the Script Debugger, you can:
debug scripts that are run from the Scripts menu or keyboard shortcuts
debug startup scripts (the Script Debugger menu is enabled even if there are no open files)
debug a script activated by a script trigger, button, or custom menu
step into a sub-script to execute it one step at a time, or step out of a sub-script
set or clear breakpoints in your script
begin debugging from any script steps within the script
view sub-scripts as you step through scripts
debug restricted-access scripts
pause a script when script errors are encountered
click a script error number to open a Help topic
monitor fields, variables, and calculations
temporarily disable or enable script triggers while you work in the Script Debugger
To debug scripts:
1. To enable the Script Debugger, choose Tools menu > Script Debugger.
2. Run your script.
3. Choose from the following options: