Plugin that aims to provide similar functionality to Xcode's QuickLook debug renderer, which allows Xcode to render a plethora of values inline while debugging. A full reference of all the supported types supported by Xcode can be found here.
The plugin displays a QuickLook
link in the debugger, clicking it will bring up the QuickLook content viewer.
Right now this plugin only supports Objective-C. Furthermore, not all types supported by Xcode are supported in this plugin, however, these types are supported:
debugQuickLookObject
and which return one of the above objectsWords say more than 1000 words, so how about a super downsized gif?
The code is available under the MIT license