Tags

Debug Analysis

  • Feb 28, 2016

    Tracking tasks with stack traces in Swift

    In this tongue-twister titled article, I discuss capturing control flow information with stack traces during ongoing tasks to aid debugging. Also included: a reimplementation of NSThread.callStackReturnAddresses in Swift for faster and more flexible stack traces.

    Swiftdebug analysis

    Read article