| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
SyntaxColoring.DebuggerScrolling.SetEnabled
Sets whether we improve debugger scrolling.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| SyntaxColoring | 15.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.DebuggerScrolling.SetEnabled"; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | Pass 1 to enable or 0 to disable. | 1 |
Result
Returns OK or error.
Description
Sets whether we improve debugger scrolling.Default is enabled.
See also
Release notes
- Version 15.3
- Added SyntaxColoring.DebuggerScrolling.GetEnabled and SyntaxColoring.DebuggerScrolling.SetEnabled functions.
Blog Entries
- Goodies 44: Autoscroll the debugger
- MBS FileMaker Plugin 15.3 News
- Auto scroll the debugger
- MBS FileMaker Plugin, version 15.3pr5
This function is free to use.
Created 24th June 2025, last changed 24th June 2025
SyntaxColoring.DebuggerScrolling.GetEnabled - SyntaxColoring.Disable