Re: Probs with "BetterAuthorizationSample"-code
Re: Probs with "BetterAuthorizationSample"-code
- Subject: Re: Probs with "BetterAuthorizationSample"-code
- From: Jens Alfke <email@hidden>
- Date: Sat, 3 Oct 2009 21:26:43 -0700
On Oct 3, 2009, at 6:04 AM, Frank W. Tag wrote:
1. How can I debug my HelperTool? Obviously any breakpoints set in
XCode won't work because the HelperTool is launched outside by the
launchd.
You can use Xcode's Run > Attach command to attach GDB to it once it's
launched. (Hopefully Xcode supports attaching to root-privileged
processes; if not, you can debug it from the command line using "su
gdb" and then "attach pid".)
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden