script debugger

Script Debugger 4.5.4b3
Script Debugger is designed to help you quickly and easily author AppleScripts that work. more>> <<less
License:update/patch
Script Debugger provides you with an excellent and perfect replacement which is very useful for Apples Script EditorLicense:update/patch
FMP to Script Debugger 1.0
FMP to Script Debugger - Facilitate the quick transfer of code to Script Debugger more>>
It works much more effectively than copying and pasting, and it can be attached to a FMP button.
Eudora to Script Debugger 1.0
Eudora to Script Debugger - Obtain selected text from Eudora more>>
Completly freeware.
Script Debugger Selection to Clippings 1.0.1
Script Debugger clipping AppleScript. more>>
Developer note: While the script was developed in and for OS X, it might work on pre-OS X systems by using Satimage osax. I havent explored this possibility.
Safari Debugger 2.8
Safari Debugger fixes online banking website errors and more more>>
Enhancements:
- Improved Safari 1.2 support, an easier to use user interface, the ability to disable as well as enable the debug menu and adds support for enabling/disabling the debug menu while Safari is running.
CS Debugger 1.0.4
CS Debugger is a Control Strip Module dedicated to developers and Macsbugs users more>>
If you are familiar with Macsbug and ResEdit, you can customize the behavior of the menu items.
When a low-level debugger is installed (like Macsbug or Jasik Debugger), you can invoke it easily.
Enhancements:
- URLs updated.

F-Script 2.0b1
F-Script is a lightweight open-source scripting layer specifically designed for the Mac OS X object system (i.e. Cocoa) more>> F-Script is a lightweight open-source scripting layer specifically designed for the Mac OS X object system (i.e. Cocoa). F-Script provides scripting and interactive access to Cocoa frameworks and custom Objective-C objects. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.
Mac OS X 10.3 or later.
Version 2.0b1 release notes are available.
Script Palette 1.0.1
Script Palette - Floating palette with buttons that are linked to script files more>>
With Script Palette anyone can create their own script files and have Script Palette load them as buttons.
Completly freeware.
Safari Selection to Script Editor/Debugger 1.0.1
Transfer AppleScript in Safari to script editor. more>>
They take the selection of the front Safari window and generate a new script document in the target script editor. The code will be compiled if possible.
iCal Script Integrator 1.2
Use AppleScript directly from iCal events. more>>
ReadScript 1.0
ReadScript - Read the source code of script files more>>
Its useful when:
- The script is too long to be displayed in your AppleScript editor or you dont wish to open it.
- You want to see the code without opening the related apps (perhaps you own "QuarkXPress" but you dont wish to launch it while opening the script).
- If theres some lost OSAXen on the code, the lost commands are searched in a little database, and report to you about the results.
- If the script file is damaged and it was saved using "Script Debugger", you can recover all the code (needs Akua Sweets).
Mini Script Editor 1.0
Mini Script Editor - Compiles scripts live, as you type more>>
It compiles the script live, as you type - no need to explicitly compile the script (though can do that too, by pressing the enter key). It also shows errors in a status bar, silently (it would be a real pain to have live compilation but show errors in alert dialogs).
It cant save scripts yet. You can load existing scripts, or type your own, but you cant save them yet. This is very much an early work-in-progress application.
Script Console 1.0
Script Console - Run AppleScript code from a console window more>>
Script Console executes entered or pasted AppleScript code using the osascript UNIX-command. You may run multiple-line scripts as well!
Simply hold Command-Return to execute the code or click the Execute-button. The result of your script will be displayed in a drawer bottom of the main window. It may be easily copied there.
F-Script Anywhere 1.3.1
F-Script Anywhere is designed to be a handy and effective utility which lets you embed a F-Script interpreter in any Cocoa application more>>
F-Script Anywhere 1.3.1 is designed to be a handy and effective utility which lets you embed a F-Script interpreter in any Cocoa application. You can use F-Script like a debugger, so you can examine your application's objects in a richer environment than GDB or Project Builder. F-Script Anywhere can also be useful for examining applications you didn't write, to isolate bugs or add new features.
Requirements:
- Mac OS X 10.1 or higher
- Universal Binary
Data Display Debugger 3.3.9
Data Display Debugger is considered as a smart and useful debugger tool. more>>
Data Display Debugger 3.3.9 is considered as a smart and useful debugger tool. DDD is a graphical front-end for command-line debuggers such as GDB, the Perl debugger, or the Python debugger. Besides "usual" front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.