Re: xcode 2.4 debugger ignoring namespace in viewing variable values
Re: xcode 2.4 debugger ignoring namespace in viewing variable values
- Subject: Re: xcode 2.4 debugger ignoring namespace in viewing variable values
- From: Jim Ingham <email@hidden>
- Date: Mon, 12 Feb 2007 10:39:28 -0800
Are you using the stabs or DWARF debugging format? Stabs does not
encode namespace information for types - one of it's many
shortcomings. DWARF support in 2.4 is pretty good (better in 2.4.1).
If you are still using stabs, you should try switching to DWARF and
see if it works any better for you.
Jim
On Feb 11, 2007, at 6:06 AM, John James wrote:
While debugging C++ code that has been compiled in a .mm file
(objective c++) the debugger shows the value of a local variable
whose type is my rlgeom::Rect as a Rect. Is this a known problem?
Am I missing a switch somewhere?
Thanks
_______________________________________________
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
_______________________________________________
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