User manual

Table Of Contents
Chapter 7 | Using FileMaker Pro Advanced 132
About custom menu sets
Custom menu sets are collections of menus that appear in the FileMaker Pro application menu
bar. You can create custom menu sets to include only the menus you require. After you create
menu sets, you can:
1 specify menu sets for individual layouts
1 create scripts that change menu sets
1 change the default menu set in a solution file’s menu bar
1 switch menu sets temporarily using the FileMaker Pro Advanced Tools menu
Debugging scripts
Use the Script Debugger to systematically test and debug FileMaker scripts.
To run scripts in debug mode:
1. Select Tools menu > Script Debugger.
The Script Debugger opens.
2. Run your script.
You can view sub-scripts when you step through scripts in the Script Debugger. For example, if
Script A calls Script B, which then calls Script C, you can view the steps in all three scripts.
To set or clear a breakpoint, click the line number to the left of the script step. Breakpoints allow
the Script Debugger to execute large sections of a script, pausing only to inspect the section
marked with a breakpoint.
The steps of the script you ran
appear here
Double-click a paused script in the
Call Stack list to edit the script
Select if you want scripts to pause
when errors are encountered