Re: Best way to track down a double-delete
Re: Best way to track down a double-delete
- Subject: Re: Best way to track down a double-delete
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 8 Mar 2006 15:10:00 -0700
On Mar 8, 2006, at 2:57 PM, John Cebasek wrote:
I have to break into my plugin at a known point with some code like:
volatile int nLoop = 1;
while (nLoop)
{
sleep(1);
}
and in GDB set nLoop to zero and then continue.
Unless you're loading a Dashboard widget plugin, why do you have to
do that? Can't you run any program that loads the security plugin in
GDB directly, either by creating a custom executable in Xcode or
invoking GDB from the command line?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden