Re: Debugging trick?
Re: Debugging trick?
- Subject: Re: Debugging trick?
- From: Shawn Erickson <email@hidden>
- Date: Sat, 10 Jun 2006 08:42:32 -0700
On Jun 10, 2006, at 8:17 AM, Steven Fisher wrote:
I haven't been able to get Xcode to debug a simple C++ command line
tool properly. Xcode respects breakpoints in my main, but anywhere
else they're ignored. Stepping from my main in to a function call
in other file acts the same way as Step Over, only stopping when an
allocation failure occurs. What trick am I missing?
I had this problem in 2.2.1, so upgraded to 2.3. It didn't fix it.
The frustrating thing is that once or twice debugging has worked,
but I haven't been able to detect any kind of pattern to it.
Since you are on Xcode 2.3 try using DWARF symbol format instead of
STABS.
-Shawn
_______________________________________________
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