TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Michael Kamphausen, cg, Tino Rachui, Mathias Köhnke, Mathias Koehnke, Nico Schümann, Heiko Wichmann, Stephan Lerner, Famara Kassama.
NSObject subclass with automatic debugDescription. Creates a debug description containing all properties and their value using runtime-magic.
Just subclass APLObject
and use [myAPLInstance debugDescription]
for debugging.