Kaleidoscope 2.4.1
In addition to smaller fixes, there are two changes particularly worth noting in our latest release, Kaleidoscope 2.4.1: New tricks in kspo In case you missed how Kaleidoscope and its new Xcode lldb integration can help improve your debugging workflow, read our previous article Xcode Debugger Integration. In some follow-up support cases to the last release, we came to realize that we could do better and make sending images to Kaleidoscope easier. As it turned out, some AppKit/UIKit classes are notoriously hard to convert into the right destination format. Under the hood, the runtime sometimes uses optimized structures. In Kaleidoscope 2.4.1 we provide built-in support for the most common objects. In detail: iOS: UIImage and UIView (which includes it’s subclass UIWindow) macOS: NSImage, NSView and NSWindow. For the screen below, I used kspo self.window to send the image representation of… Read More »Kaleidoscope 2.4.1