Re: Odd message when debugging
Re: Odd message when debugging
- Subject: Re: Odd message when debugging
- From: David Dunham <email@hidden>
- Date: Fri, 8 Feb 2008 11:39:05 -0800
On 8 Feb 2008, at 10:41, Jim Ingham wrote:
No problem on your side.
What's going on is that the first time your app stops (hits a
breakpoint, or you interrupt it or whatever) xcode tries to insert
a library of functions that it uses for its data formatters.
However, if your program is in the process of calling into dyld it
can't do that, since the dyld call on the stack already has the
dyld lock. So for that stop, we won't be able to do any of our
fancy data formatting. The message is marginally useful, since it
tells you why you aren't seeing Summary views. But that info is a
little indirect.
I think I accidentally had a breakpoint in the static constructors
(this is a C++/Obj-C++ app), so it would probably have been early.
Thanks for the explanation.
David Dunham
Voice/Fax: 206 783 7404 http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
_______________________________________________
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