Re: How do debug past fork()?
Re: How do debug past fork()?
- Subject: Re: How do debug past fork()?
- From: Rick Mann <email@hidden>
- Date: Sun, 18 Jun 2006 00:34:05 -0700
On Jun 17, 2006, at 23:04 , Justin C. Walker wrote:
Basically, two ways: "help set follow-fork-mode" will tell you a
little about one way; and the heavy hammer is to put a sleep/pause
call in the child, and then attach to it while it is sleeping.
I came across the sleep/pause method in the archives, but it didn't
work for me due to the nature of the interaction between child and
parent. I'm glad to know that follow-fork-mode is now implemented.
I really want it to spawn another debug window and let me step them
both...
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden