Adding Swift Code as Custom LLDB Command

If I ask which LLDB command you used the most? I am sure most iOS developers will answer po. But did you know that you can actually define your own custom LLDB command using purely Swift code? In this article, I would like to show you what it takes to create your own LLDB command. … Continue reading Adding Swift Code as Custom LLDB Command