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

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 7. JavaScriptのデバッグ in the Fusion Reactor ToolBox 5. FRToolBoxの概要 will work nicely with Safari's JavaScript debugger, and will pass along any log messages.

 

Related content

7-2. Safariでデバッグするには
7-2. Safariでデバッグするには
More like this
7. JavaScriptのデバッグ
7. JavaScriptのデバッグ
More like this
FileMaker 17 への対応状況
FileMaker 17 への対応状況
More like this