Re: Not all locals show up in Xcode debugger
Re: Not all locals show up in Xcode debugger
- Subject: Re: Not all locals show up in Xcode debugger
- From: Erg Consultant <email@hidden>
- Date: Mon, 27 Apr 2009 20:31:43 -0700 (PDT)
That's definitely not the problem - I let it sit for a good 10 minutes and still nothing.
Erg
From: Grant Limberg <email@hidden>
To: Erg Consultant <email@hidden>
Cc: email@hidden
Sent: Monday, April 27, 2009 4:59:10 PM
Subject: Re: Not all locals show up in Xcode debugger
I've seen something similar happen before when debugging a member function of a C++ class. Sometimes it takes a little time for all of the class member variables to show up in the debugger, but I can't say I've seen it happen with local variables in a function. Try just giving it a little time and see if they show up in the debugger.
Regards,
Grant Limberg
On Apr 27, 2009, at 3:12 PM, Erg Consultant wrote: