Xcode debug command
Xcode debug command
- Subject: Xcode debug command
- From: Andy Kim <email@hidden>
- Date: Sat, 18 Feb 2006 22:25:44 -0800
Hello,
I'm a long time programmer, but new to AppleScript. I'm still not
used to all the "quirks" of AppleScript, so please forgive me if the
answer to the next question is obvious.
I'm writing a very simple script that tells Xcode to start debugging
the active project. Not hard:
tell application "Xcode"
debug project of active project document
end tell
When I execute this, Xcode will actually do the thing it is asked.
However, Script Editor will hang for about a minute then give me the
following error:
Xcode got an error: AppleEvent timed out.
I suspect that Script Editor is expecting something back from the
debug command. Is there a work around?
My ultimate goal is to get this to work inside CarbonEmacs.
Currently, when I execute above script in Emacs, hell breaks loose
and I have to force quit Xcode.
- Andy Kim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden