Create home screen Part 3 | How to use breakpoint and debugger - Android Kotlin Tutorial

Опубликовано: 14 Январь 2018
на канале: Let's Finish this APP - Kotlin and Swift Tutorials
469
2

In this video we will learn how to perform unit testing with the help of breakpoints, evaluate expression and debugger in Android studio.

1) Log help a lot while developing and testing application like it has different use like verbose, error, debug... etc

2) To check value at run-time and flow of program we use breakpoints and debugger. We don't need to always restart app to check value at different states.

3) You can use debugger with the help of Debug app or Attach debugger to Android process.

4) After creating break-point we can traverse line by line to program flow.

5) Finally running application in emulator(Android O) and taking advantage of break points and debugger.

3)