• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Arrays not showing in Debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Arrays not showing in Debugger (From: Mike Jackson <email@hidden>)

  • Prev by Date: Arrays not showing in Debugger
  • Next by Date: Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4?
  • Previous by thread: Arrays not showing in Debugger
  • Next by thread: Xcode project hosed?
  • Index(es):
    • Date
    • Thread