p (bool)[$x0 isVIPDownloadSong:nil]难道是这样?
从这个方法内返回,然后打印 $x0
(lldb) finish
(lldb) p (bool)$x0 (bool) $8 = true
这样啊?