7-1. FileMaker で JavaScript デバッグするには
Enable_JavaScript_debugging_from_within_FileMaker.html
https://wiki.teamdf.com/wiki/pages/11M2e12/Enable_JavaScript_debugging_from_within_FileMaker.html
THIS METHOD IS FOR ADVANCED USERS ONLY:
This will only work with FileMaker 10 Pro Advanced. If you need it to work with another version of FileMaker, you'll need to replace 'com.filemaker.client.advanced' with the bundle identifier for your FileMaker version. If you're unsure what this is, you can email us.
Open Terminal
Type the following into terminal and hit enter:
defaults write com.filemaker.client.advanced WebKitDeveloperExtras -bool trueEnable debugging in Safari.
You're done. Re-launch FileMaker.
You can now right click anywhere on a web viewer, and you'll see 'Inspect Element'. Click this and it will bring up the Safari JavaScript Debugger.
The debug method 7. JavaScriptのデバッグ in the Fusion Reactor ToolBox 5. FRToolBoxの概要 will work nicely with Safari's JavaScript debugger, and will pass along any log messages.