• 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
Bug in Debugger?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in Debugger?


  • Subject: Bug in Debugger?
  • From: "McLaughlin, Michael P." <email@hidden>
  • Date: Thu, 30 Apr 2009 10:55:06 -0400
  • Acceptlanguage: en-US
  • Thread-topic: Bug in Debugger?

*** Using latest Xcode for a Cocoa document project ***

In a header, I define

enum {Lat1, Lon0, Lat0, Lon1};   // same as Rect, PostScript orientation

In a class header, I have

float dispBoundaries[4];

In a source file, I have (just as a check)

dispBoundaries[Lat0] = Lat0;

This code actually works as intended, i.e. dispBoundaries[2] <-- 2.

However, the Debugger window shows that it is the *last* (index = 3) element
of dispBoundaries[] that changes.

This error is perfectly repeatable.

Am I missing something here or is this a real bug?

--
Mike McLaughlin

 _______________________________________________
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: Bug in Debugger?
      • From: Chris Espinosa <email@hidden>
    • Re: Bug in Debugger?
      • From: Olivier Tristan <email@hidden>
  • Prev by Date: Re: Localizing without Xcode UI
  • Next by Date: Re: Bug in Debugger?
  • Previous by thread: Re: Determine nested return value from asm in debugger
  • Next by thread: Re: Bug in Debugger?
  • Index(es):
    • Date
    • Thread