When Apple was touting Automator as part of the OS X 10.4 Tiger upgrade, some people wondered whether AppleScript would be needed anymore. Now that we’ve seen Automator, AppleScript may be needed more ...
Script Debugger’s Explorer lets you experiment with the application, exploring the data provides and manipulate the data to see the consequences in the application. Script Debugger also boasts code ...
As is so often the case in the cyclic world of software development, history repeats itself, but (despite Marx’s dictum) it’s better the second time. A couple of years ago, my TidBITS contributions ...
// Import the debug script module functions (we'll need to refactor the script to export functions) // Since the current script is a standalone executable, we'll test it by running it as a subprocess ...
Late Night Software has updated Script Debugger to version 5.0, a major new release for the AppleScript authoring environment (for an overview, see Matt Neuburg’s “Script Debugger 4.5 Offers Power ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugged systems ...
Under Mac OS X 10.2.x, Script Debugger fails to compile large scripts. When attempting to compile scripts over 3000 lines, the program will return an "out of memory ...
How do I stop the script editor from prompting me to debug scripts in Internet Explorer? This is frustrating. Pics included. sandino Apr 10, 2002 Jump to latest Follow Reply ...