Re: How to run a debugging version using AppleSript editor?
Re: How to run a debugging version using AppleSript editor?
- Subject: Re: How to run a debugging version using AppleSript editor?
- From: Philip Aker <email@hidden>
- Date: Sat, 05 Apr 2008 03:58:40 -0700
On 08-04-05, at 03:19, norio wrote:
I'm trying to debug behaviors of my app by some apple events. When I
run ScriptEditor, this only runs an app in Applications folder.
Would you tell me how to run an app in my Debug folder?
Norio,
If you mean you would like to monitor the AppleEvents then in
your .profile put:
export AEDebugSends=1
If you want to see more stuff put:
export AEDebugReceives=1
You will have to restart Terminal for these changes to take effect.
To start an application for in Terminal this purpose you can use:
/path/to/MyApp.app/Contents/MacOS/MyApp
If your path has spaces you must escape them. To see how, drag the
binary in …/Contents/MacOS/My App to Terminal.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden