© Ted Hagos 2018
Ted HagosLearn Android Studio 3 with Kotlinhttps://doi.org/10.1007/978-1-4842-3907-0_16

16. Debugging

Ted Hagos1 
(1)
Manila, National Capital Region, Philippines
 
What we’ll cover:
  • 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 ...

Get Learn Android Studio 3 with Kotlin: Efficient Android App Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.