LNS Home
Script Debugger
Download & Buy
x Explore
x Edit
x Run & Debug
x Deploy
What's New In 4.5
bullet Documentation
bullet Blog Posts
My SD Story
Software Updates
 
4.0.9 Update
3.0.9 Update
bullet 2.0.5 Update
x Free Downloads
 
XML Tools
XSLT Tools
x Property List Tools
x List & Record Tools
Register Your Copy of Script Debugger
Join the Script Debugger Mailing List
x AppleScript/ Scripting Links
Products
x Script Debugger 4.5
Site Contents
bullet Mark’s Blog
Product Registration
Bug Reporting
x Freeware
Contacting Us

SD4 Headling


image

Invisibles

image

Script Debugger lets you see invisible text characters, such as tabs and return characters. To see invisible characters:

  • Choose View > Show Invisibles. If the menu item is checked, invisibles are showing.

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:

  set s to "\t\r\n"

compiles like this:

  set s to "    
  "

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.

image

This is particularly useful, as in the above example, with line endings, which can present a complicating factor in AppleScript, as explained here.



Explore | Edit | Run & Debug | Deploy | What's New In 4.5 | My SD Story


Copyright © 1998-2009 Late Night Software Ltd. - All Rights Reserved.