|
Script Debugger lets you see invisible text characters, such as tabs and return characters. To see invisible characters:
This is particularly useful for viewing string literals. AppleScript has an annoying habit of turning whitespace literals into literal whitespace, which conceals what they are. For example, this script:
compiles like this:
Thanks a lot, AppleScript! Now you’ve no idea what that string consists of. But with Script Debugger’s Show Invisibles feature, you can instantly find out.
|
|||||||||||||||||