C++ References in Xcode debugger
C++ References in Xcode debugger
- Subject: C++ References in Xcode debugger
- From: Michael Clark <email@hidden>
- Date: Thu, 02 Feb 2006 15:33:41 -0500
Hi,
I need some help with Xcode. I only just started using it today, but
already I have a problem with the debugger. When I'm looking at the
values of variables, I can see the values without any issues, *except*
when an object is passed as a reference. In that case, I cannot see the
referenced object's data, instead I just garbage values. It would seem
that Xcode doesn't realise that the object is reference, and can't deal
with it appropriately. I know gdb can handle references ok, so I don't
understand why the Xcode debugger is failing to.
Any help or suggestions?
Thanks,
Mike Clark
_______________________________________________
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