Skip to content

Instantly share code, notes, and snippets.

@earltedly
Created September 8, 2015 15:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earltedly/ab9980a8e32aae9f0304 to your computer and use it in GitHub Desktop.
Save earltedly/ab9980a8e32aae9f0304 to your computer and use it in GitHub Desktop.
One line stack trace in Swift
NSThread.callStackSymbols().reduce("") { "\($0)\n\($1 as! String)" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment