Re: how to debug scripts that use dropped items?
Re: how to debug scripts that use dropped items?
- Subject: Re: how to debug scripts that use dropped items?
- From: Shane Stanley <email@hidden>
- Date: Wed, 3 Dec 2003 14:24:10 +1100
On Dec 3, 2003, at 1:57 PM, Walter Ian Kaye wrote:
At 06:17p -0800 12/02/2003, Mark Dawson didst inscribe upon an
electronic papyrus:
If I create a script that accepts drops, how do I debug it? In my
script, I've added log "I'm here 1" type outputs, but after dropping
a folder onto the created script app, nothing shows up in the events
log (10.2.8).
1. You could buy Script Debugger, which has support for that.
2. You could change the on open to on someothername, and pass it a
hard-coded list of file references.
Or:
3. Add to the script:
set testFolder to choose folder
open {testFolder}
and test via Run.
--
Shane Stanley <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.