• 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
Variable length arrays in debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Variable length arrays in debugger


  • Subject: Variable length arrays in debugger
  • From: Tverdokhleb Andrey <email@hidden>
  • Date: Wed, 1 Oct 2008 11:06:57 -0700

I've noticed that debugger in Xcode 3.1.1 always shows variable length arrays as "out of scope". If I change it to constant size array it works as it supposed to.
I'm talking about this kind of things:


int size;
....
int array[size];

I'm ready to file a bug, but would like to figure before if I'm not alone in this or may be there is some option needs to be enabled in compiler (couldn't find anything though).
_______________________________________________
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
  • Follow-Ups:
    • Re: Variable length arrays in debugger
      • From: Howard Moon <email@hidden>
  • Prev by Date: Re: Working-around a Symbol Conflict
  • Next by Date: Re: Xcode 3.1.1 breaks my app
  • Previous by thread: Re: Working-around a Symbol Conflict
  • Next by thread: Re: Variable length arrays in debugger
  • Index(es):
    • Date
    • Thread