• 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: using po in debugger Xcode 5.1.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using po in debugger Xcode 5.1.1


  • Subject: Re: using po in debugger Xcode 5.1.1
  • From: Roland King <email@hidden>
  • Date: Sun, 18 May 2014 07:35:35 +0800

Absolutely nothing to do with it whatsoever. Even if I was trying to print out a struct, which I wasn't, po works and has for some time, I'm not, it's no the printing out, it's Xcode unable to even evaluate the _expression_. 


On 17 May, 2014, at 6:17 pm, João Varela <email@hidden> wrote:

I don't think that is the problem. The problem is that NSRect is not an NSObject-based object, but a C struct and po may not work properly with structs, as according to the docs of LLDB po prints out the description of a ObjC description.

You can check that here (search for NSRect):

https://developer.apple.com/library/mac/documentation/cocoa/reference/foundation/miscellaneous/Foundation_DataTypes/Reference/reference.html

and here (search for po):

http://lldb.llvm.org/lldb-gdb.html

HTH



 _______________________________________________
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

References: 
 >Re: using po in debugger Xcode 5.1.1 (From: João Varela <email@hidden>)

  • Prev by Date: Re: using po in debugger Xcode 5.1.1
  • Next by Date: Re: using po in debugger Xcode 5.1.1
  • Previous by thread: Re: using po in debugger Xcode 5.1.1
  • Next by thread: Re: debugging unrecognized selector
  • Index(es):
    • Date
    • Thread