YusukeHosonuma / SwiftPrettyPrint

Pretty print for Swift.
MIT License
319 stars 21 forks source link

Support Class inheriting from NSObject #112

Open po-miyasaka opened 4 years ago

po-miyasaka commented 4 years ago

As is

(lldb) e Pretty.prettyPrint(self)
<example.viewController: 0x7fde33198000>

To be

In case the target is class, it have to work like struct. now, dump is working:(

sahara-ooga commented 2 years ago

Codes from #161 now produces warnings in Xcode 13.3.

warining