Kind of errors you will encounter
Logging debug statements
Walk through codes with the inteactive debugger
Very soon, you will outgrow the simple structure of the example codes presented in this book. Your programs will grow in complexity, number of files, and number of components. As that happens, the number of errors you will face will also grow; and they might be harder to detect by then.
In this chapter, we’ll look at the three main types of errors you might encounter and what kinds of tools or techniques could help cope.
Syntax Errors
Syntax errors are ...