7-1. FileMaker で JavaScript デバッグするには

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.

  1. Open Terminal

  2. Type the following into terminal and hit enter:
    defaults write com.filemaker.client.advanced WebKitDeveloperExtras -bool true

  3. Enable debugging in Safari.

  4. 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 https://splashdocs.atlassian.net/wiki/spaces/FusionReactor/pages/2202501183 in the Fusion Reactor ToolBox https://splashdocs.atlassian.net/wiki/spaces/FusionReactor/pages/2202959893 will work nicely with Safari's JavaScript debugger, and will pass along any log messages.