Improve Debugging Skills | iOS | Swift/Obj C | Xcode

Because we spend a lot of time in fixing bugs and improving the performance of the apps, it is very important to have good debugging skills. In this video, I’ve summarised some of the debugging skills that I’ve learnt from my experience. These include Breakpoints, LLDB (po, p, v), Network Link Conditioner, Identifying tricky issues which do not occur on simulator/debug mode, View Hierarchy. I’m sure that these 25 mins of this video will save many hours of yours. Additional Tools for Xcode (Network Link Conditioner) Tools SimSim (for explore application folders) Chapters 👇🏼 00:00 Start 01:42 Breakpoints 03:14 Swift Error Breakpoint 05:52 LLDB (po) 07:58 LLDB (p) 10:11 LLDB (v) 12:57 Network Link Conditioner 15:47 Looking into device’s container 19:18 Debugging issue which do not occur on simulator, debug mode 23:31 Debugging View Hierarc
Back to Top