November 2016
Beginner
480 pages
11h 10m
English
In the previous chapter, we learned about how to use unit tests to prevent problems in your code from occurring in the first place. While preventative measures are great, what happens when you can't prevent an issue? Your unit test fails, your new feature isn't working as intended, the app is crashing for an unknown reason, any way you slice it, you've got a bug!
With unit tests and debugging under your belt, by the end of this chapter you'll be well on your way to building clean, efficient, bug-free applications that prevents both user and developer frustration.
In this chapter, we're going to cover:
print(), breakpoints, and the call stackRead now
Unlock full access