Using the FileMaker Script Debugger and Data Viewer
BeginnerThe Script Debugger and Data Viewer are FileMaker Pro's built-in debugging tools. Learn how to step through scripts, set breakpoints, and inspect variables and field values in real time.
What you'll learn
- How to open the Script Debugger and step through a script
- How to set a breakpoint so a script pauses at a specific step
- How to use the Data Viewer to inspect variables and evaluate expressions
The Script Debugger lets you execute a script one step at a time while the Data Viewer shows the current value of any variable, field, or calculation expression — together they are your primary debugging environment.
1/3
1
Open the Script Debugger and run a script
Enable the Script Debugger from the Tools menu in FileMaker Pro. Trigger the script normally and it will pause at the first step, waiting for you to step through.
TEXT
# Tools > Script Debugger (FileMaker Pro only — not available in FileMaker Go) # # Controls: # Step Into — execute current step, enter sub-scripts # Step Over — execute current step, skip sub-scripts # Step Out — finish sub-script and return to caller # Continue — run until next breakpoint or end # Halt — stop the script immediately # Set/Clear Breakpoint — Cmd+\ (Mac) or Ctrl+\ (Windows)
Go to Portal Row and looping through portal rows in FileMakerOpen URL: web links, mailto, and FileMaker deep links
Sign in to track your progress and pick up where you left off.
Sign in to FM Dojo