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: Graff <email@hidden>
- Date: Tue, 02 Dec 2003 21:42:24 -0500
I know there are better ways to go about it but I've been adding
"display dialog" statements in order to stop execution and display any
variables.
Something like:
display dialog "I'm here 1"
or
display dialog "The file dropped was: " & ((name of file
theDroppedFile) as text)
Seems to work great for me.
- Ken
On Dec 2, 2003, at 9:17 PM, Mark Dawson wrote:
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).
_______________________________________________
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.