AppleScript

Debugging AppleScript: print to a file

less than 1 minute read

Debugging AppleScript is easy when you work with the script editor, simply use log to print out anything in the console. However, after you compiled it to an app, this cannot work anymore.