Re: Debugger Basics,
Re: Debugger Basics,
- Subject: Re: Debugger Basics,
- From: Andreas Grosam <email@hidden>
- Date: Fri, 20 Apr 2012 18:19:18 +0200
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 :/
(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