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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to