LLDB가 view.bounds를 인쇄 할 수없는 이유는 무엇입니까? 이런 것들은 디버깅 할 때 나를 미치게 만듭니다. (lldb) p self.bounds error: unsupported expression with unknown type error: unsupported expression with unknown type error: 2 errors parsing expression (lldb) p (CGRect)self.bounds error: unsupported expression with unknown type error: unsupported expression with unknown type error: C-style cast from '' to 'CGRect' is not allowed..