Skip to content

Script Debugger 4.0.8b5

Here is a new beta build of Script Debugger 4.0.8. This build addresses all of the Leopard (Mac OS X 10.5) issues that I’m aware of. Please give it a try and let me know if there are any regressions. I intend to go final with this build on December 15th, so please get those bug reports to me ASAP.

You can download the Beta software here:

Universal build requires Mac OS X 10.4 or later (13.1MB)

If you are running 10.3 (Panther), you need to use this version instead (10.1MB)

Changes in 4.0.8b5:

13966 – Addressed a problem that prevented the customization of script window toolbars when running on Leopard.

13973 – Addressed a series of problems that caused NSLock and NSConditionLock related diagnostic messages to appear in the Console log on Leopard systems.

13972 – Revised the descriptions of AppleScript’s built-in data types appearing in Dictionary windows.

13978 – Addressed a problem that caused Script Debugger to fail when saving scripts as bundled applications on Leopard.

13731 – The Parent Script toolbar item’s popup menu now properly updates as other script documents are opened and closed.

13734 – The AppleScript Studio entry in the Applications inspector now shows the same icon as the AppleScript Studio entry in the Default Target submenu within the Script menu.


Changes in 4.0.8b3, Changes in 4.0.8b2

2 Comments

  1. Hi Mark, scripts larger than about 4500 lines are displayed using black colored text with no syntax highlighting. Version 4.07 and 4.08b, Intel Mac and Leopard.

    Peter

  2. This script does not compile with Script Debugger but compiles with Script Editor.

    Intel Mac, OS 10.5.2

    tell application “System Events” set resultRecList to every application process whose creator type is “XPR3” end tell

    –> Expected “from”, etc. but found identifier. -2741

Comments are closed.