Re: Arrays not showing in Debugger
Re: Arrays not showing in Debugger
- Subject: Re: Arrays not showing in Debugger
- From: Jim Ingham <email@hidden>
- Date: Tue, 31 Jan 2006 14:50:43 -0800
The stabs debugging format doesn't have an encoding for variable
length arrays, so the compiler just punts, and doesn't emit any debug
information for them. There's already a bug on this.
Jim
On Jan 31, 2006, at 2:27 PM, Mike Jackson wrote:
I have some code where I am using "pure C" in my Cocoa program.
I have the following line:
Float32 *dataBuffers[opCount];
"dataBuffers will not show up in the debugger? any idea why this
might be? I checked to make sure I was building with -gFull for all
the debugging symbols and none of the code stripping is turned on.
I cleaned the project several times. I am out of ideas?
--------
Mike Jackson
imikejackson <at> gmail <dot> com
_______________________________________________
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