xcode7.0 lldb alloc init

(lldb) po [dicData objectForKey:@"tj"]

<object returned empty description>

 

(lldb) po @""

<object returned empty description>

 

(lldb) po nil

<nil>

 

(lldb) po dicTJ.count

error: Execution was interrupted, reason: Attempted to dereference an invalid ObjC Object or send it an unrecognized selector.

The process has been returned to the state before expression evaluation.

(lldb) po 1

1

 

(lldb) po @"abc"

abc

posted @ 2015-09-26 11:48  a记忆  阅读(515)  评论(0编辑  收藏  举报