Re: Debugger Variable window

2010-04-16 Thread Tony Romano
yes, just a typo. Thanks On Apr 16, 2010, at 9:38 PM, Rob Ross wrote: > > On Apr 16, 2010, at 6:06 PM, Tony Romano wrote: > >>> MyObjectA >>> { >>> NSURL url; >>> } > > > Is this just a typo? Shouldn't you be writing: > > MyObjectA > { > NSURL *url; > } > > ? > > Rob >

Re: Debugger Variable window

2010-04-16 Thread Rob Ross
On Apr 16, 2010, at 6:06 PM, Tony Romano wrote: MyObjectA { NSURL url; } Is this just a typo? Shouldn't you be writing: MyObjectA { NSURL *url; } ? Rob ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post a