Created
April 22, 2017 02:14
-
-
Save aijaz/93617574cc403954ecf626bfd06d3e85 to your computer and use it in GitHub Desktop.
Links from my talk on debugging: Beyond Breakpoints - Advanced Debugging With XCode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My Talk: https://www.slideshare.net/AijazAnsari2/beyond-breakpoints-advanced-debugging-with-xcode | |
Date of talk: 4/21/2017 | |
CocoaConf Chicago | |
LLDB: https://lldb.llvm.org/ | |
A blog post from January, where I write about most of the same stuff: | |
Extending LLDB: http://aijaz.net/2017/01/11/lldb-python/index.html | |
JQ | |
jq: https://stedolan.github.io/jq/ | |
A Facebook library that adds a lot of cool extensions to LLDB | |
Facebook Chisel: https://github.com/facebook/chisel | |
WWDC Sessions: | |
Debugging Tips and Tricks https://developer.apple.com/videos/play/wwdc2016/417/ | |
What’s new in LLDB: https://developer.apple.com/videos/play/wwdc2015/402/ | |
Introduction to LLDB and the Swift REPL https://developer.apple.com/videos/play/wwdc2014/409/ | |
Advanced Swift Debugging in LLDB https://developer.apple.com/videos/play/wwdc2014/410/ | |
Debugging in Xcode 6 https://developer.apple.com/videos/play/wwdc2014/413/ | |
Debugging with Xcode https://developer.apple.com/videos/play/wwdc2013/407/ | |
* Advanced Debugging with LLDB https://developer.apple.com/videos/play/wwdc2013/413/ | |
* Debugging in Xcode https://developer.apple.com/videos/play/wwdc2012/412/ | |
* Debugging with Xcode https://developer.apple.com/videos/play/wwdc2012/415/ | |
*: Contains material related to this talk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment