Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Plugin.InstallSignalHandlers
Installs signal handlers.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 9.3 | ✅ Yes | ❌ No | ✅ Yes | ✅ Yes, on macOS and Linux | ✅ Yes |
MBS( "Plugin.InstallSignalHandlers" )
Parameters
none
Result
Returns OK or error.
Description
Installs signal handlers.When something happens like a segmentation fault (a crash in C code), the plugin can print the backtrace (list of functions called) to help to debug the problem.
Usually you call this function only if we ask you to help on debugging a crash on Linux or MacOS.
Release notes
- Version 9.3
- Added Plugin.InstallSignalHandlers function.
Example Databases
Blog Entries
- Neues vom MBS Plugin 9.3
- Whats new in MBS FileMaker Plugin version 9.3
- MBS FileMaker Plugin, version 9.3pr5
- Debugging problems on FileMaker Cloud for AWS
This function is free to use.
Created 29th June 2019, last changed 29th June 2019