Hacker News new | ask | show | jobs
Chisel – A collection of LLDB commands to assist debugging iOS apps (github.com)
72 points by jtaby 4494 days ago
2 comments

This is fantastic. The border/unborder and mask/unmask commands are going to save me so much time. Now I can visualize transparent views without having to jump back to the code and change borders or background colors manually.
Show/hide are also super duper helpful.
very nice thank you, i have a list of lldb scripts that i copied from here and there

https://github.com/fishman/dot_files/tree/master/lldb

excluding the lldb missing summaries(a collection of ios scripts) scripts, which is much much better than my repo(which is more of a reference than anything else), that you can find here:

https://github.com/bartoszj/LLDB-missing-summaries