Chisel – A collection of LLDB commands to assist debugging iOS apps
1–4 of 4 posts
Re: Chisel – A collection of LLDB commands to assist debugging iOS apps
#2very 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:
Re: Chisel – A collection of LLDB commands to assist debugging iOS apps
#3This 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.
Re: Chisel – A collection of LLDB commands to assist debugging iOS apps
#4This 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.