Xcode Debugging Tips That Will Improve Your Bug Fixing Efficiency

Xcode Debugging Tips That Will Improve Your Bug Fixing Efficiency

HomeMusou iOS DevXcode Debugging Tips That Will Improve Your Bug Fixing Efficiency
Xcode Debugging Tips that will improve the efficiency of bug fixing
ChannelPublish DateThumbnail & View CountDownload Video
Channel AvatarPublish Date not found Thumbnail
0 Views
Learn Breakpoint tricks in this Debugging Series video, like skipping lines, logging, catching hard-to-debug crashes, and more.

0:18 Add breakpoints
0:35 Different ways to get a variable or property value
1:15 Using breakpoints to log instead of print()
2:18 Speak messages or play sounds instead of hard-to-find console logs
2:50 Add conditions to stop the app only when you want
3:30 Ignore the first few steps if you know they are useless
3:55 Correct your code without re-running the app by skipping lines and adding other code
5:10 Use checkpoints to know when properties are changed
5:50 Check the thread to see which methods have been called so far
6:05 Create Swift Error Breakpoints to stop when errors or catches are thrown
7:15 Create exception breakpoints to resolve crashes with non-helpful hints
8:48 Fixed UserDefaults crash
9:37 Adjust Xcode behavior while debugging so you don't lose track of what you were doing

Please take the opportunity to connect and share this video with your friends and family if you find it helpful.