Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Embed Debug Break in Console App




On Oct 11, 2006, at 11:31 AM, Chris Edgington wrote:

Sorry if this is documented somewhere - I've searched and cannot find it. How can I embed a debug break in an OSX console .c app that I'm debugging with gdb? I see in the "debugging magic" technote something about setting the USERBREAK environment variable and using SysBreak() or Debugger(). I tried including MacTypes.h - but I still get a link error for SysBreak() or Debugger(). So - my question is simple - how can I add a debug break in my console app?

Debugger() does this:

pthread_kill( pthread_self(), SIGINT );

I expect you could do the same.

-eric


_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/email@hidden

This email sent to email@hidden
References: 
 >Embed Debug Break in Console App (From: Chris Edgington <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.