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

Re: Bug in Debugger?


  • Subject: Re: Bug in Debugger?
  • From: Chris Espinosa <email@hidden>
  • Date: Fri, 1 May 2009 23:26:08 -0700

On Apr 30, 2009, at 7:55 AM, McLaughlin, Michael P. wrote:

*** 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?

From the bug report you filed, you are running Xcode 3.1.2 but building and debugging PowerPC code. Are you by chance running on an Intel machine but debugging PowerPC code?


Chris
_______________________________________________
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


  • Prev by Date: Re: need way to debug tool called by popen--at startup
  • Next by Date: Couldn't find minimal bounds for "_sigtramp" - backtraces may be unreliable
  • Previous by thread: Re: need way to debug tool called by popen--at startup
  • Next by thread: Couldn't find minimal bounds for "_sigtramp" - backtraces may be unreliable
  • Index(es):
    • Date
    • Thread