• 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: Finding NSTableColumn in gdb
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding NSTableColumn in gdb


  • Subject: Re: Finding NSTableColumn in gdb
  • From: Nick Zitzmann <email@hidden>
  • Date: Tue, 13 Nov 2007 15:31:09 -0700


On Nov 13, 2007, at 3:26 PM, Eddy Hatcher wrote:

Thanks, that was what I was looking for, but now it gives me this message:

2007-11-13 23:12:34.298 SchoolCore[1073:813] Cocoa Bindings: Error accessing bound property value of object <NSTableColumn: 0x1b9ee0>: [<NSTableColumn 0x1b9ee0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key value.
(gdb) po [0x1b9ee0 identifier]
Cannot access memory at address 0x0


That means you didn't set a table column identifier for the offending column. You can do that in IB, or you can use some other means of identifying the column (like getting its table view, browsing the view hierarchy, etc.).

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Finding NSTableColumn in gdb
      • From: Eddy Hatcher <email@hidden>
References: 
 >Finding NSTableColumn in gdb (From: Eddy Hatcher <email@hidden>)
 >Re: Finding NSTableColumn in gdb (From: Nick Zitzmann <email@hidden>)
 >Re: Finding NSTableColumn in gdb (From: Eddy Hatcher <email@hidden>)

  • Prev by Date: Memory limits under Garbage Collection, NSMutableData vs. malloc()
  • Next by Date: Re: The New IB
  • Previous by thread: Re: Finding NSTableColumn in gdb
  • Next by thread: Re: Finding NSTableColumn in gdb
  • Index(es):
    • Date
    • Thread