码迷,mamicode.com
首页 > 数据库 > 详细

xcode7.0 lldb alloc init

时间:2015-09-26 13:16:38      阅读:402      评论:0      收藏:0      [点我收藏+]

标签:

(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

xcode7.0 lldb alloc init

标签:

原文地址:http://www.cnblogs.com/trsing/p/4840545.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!