Android Debugging Slides
Android Debugging Slides
Android Debugging Slides
Intro to debugging
“Debugging is twice as hard as writing the code in the
first place.”
The code compiled OK, but produced data that it doesn’t know how to use.
A Logcat tab
is in this group!
Breakpoint Actions
“Step Over” and “Resume” are most commonly used.
“Resume” runs the program to the next breakpoint.
Step Into
Resume
Step Over
Highlight an interesting
expression, right-click on it, and
select “Evaluate Expression”.
● https://medium.com/google-developers/developing-for
-android-ix-tools-375134af1098
- Intro to advanced debugging tools
● http://jsonformatter.curiousconcept.com
Summary
Recognize that debugging is a skill
that is an important part of the
coding process.
1. meet
2. hello
3. test
https://github.com/codepath/android-
debugging-exercises/tree/master/ex
ercise3