• 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: General Question: Debugging these "NS" Objects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: General Question: Debugging these "NS" Objects


  • Subject: Re: General Question: Debugging these "NS" Objects
  • From: Philip Mötteli <email@hidden>
  • Date: Sun, 15 Feb 2004 12:52:38 +0100

Am 15.02.2004 um 07:41 schrieb Jerry Krinock:

In the old days, with a C program, debugging was pretty easy. I put a
breakpoint, and when the program gets there, the CodeWarrior debugger window
shows me the value of all variables.

Then came C++ objects, and things got more difficult; I'd have to drill
through a couple levels of indirection. But I could find it all,
eventually.

Now, with Objective-C objects, it seems that the CodeWarrior debugger is
useless. I cannot find a way, for instance, to see the text strings in an
NSMutableArray of NSString*s.

Is there a reference which explains how to do this? Is it easier in XCode?
Or is this "opaqueness" the price we pay for using such a sophisticated
language?

Just type "po anArray".


Re
Phil
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >General Question: Debugging these "NS" Objects (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Re: General Question: Debugging these "NS" Objects
  • Next by Date: Re: General Question: Debugging these "NS" Objects
  • Previous by thread: Re: General Question: Debugging these "NS" Objects: Answered
  • Next by thread: Binding <enter> key to different action in a textview?
  • Index(es):
    • Date
    • Thread