• 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: Debugger Basics,
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugger Basics,


  • Subject: Re: Debugger Basics,
  • From: Andy Lee <email@hidden>
  • Date: Fri, 20 Apr 2012 12:49:12 -0400

On Apr 20, 2012, at 12:19 PM, Andreas Grosam wrote:
On Apr 20, 2012, at 4:54 PM, Fritz Anderson wrote:

On 20 Apr 2012, at 6:37 AM, Andreas Grosam wrote:

(lldb) po self.tempFileURL
error: use of undeclared identifier 'self'

I'm curious: What happens if you
po [self tempFileURL]
? lldb/gdb have a frustrating inability to resolve dot syntax sometimes.

Did not work also  :/

Stab in the dark -- I wonder if assigning self to a temporary variable and messaging that variable instead would have worked as a workaround?

--Andy


(lldb) po [self tempFileURL]
error: use of undeclared identifier 'self'
error: 1 errors parsing _expression_


Luckily, in the meantime I found the error in my source by scanning it visual and applying some simple image recognition algorithms - which revealed within only half a second, that there was a missing 'retain' .

Hopefully, I need not to rely on such extraordinary complex and advanced debugger features like viewing and displaying a variable in the near future ;)

Andreas


 _______________________________________________
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: 
 >Debugger Basics, (From: Andreas Grosam <email@hidden>)
 >Re: Debugger Basics, (From: Fritz Anderson <email@hidden>)
 >Re: Debugger Basics, (From: Andreas Grosam <email@hidden>)

  • Prev by Date: Re: Debugger Basics,
  • Next by Date: Re: Debugger Basics,
  • Previous by thread: Re: Debugger Basics,
  • Next by thread: Xcode 4.3 fails to auto-format
  • Index(es):
    • Date
    • Thread