
You can either run an app in debug mode, or attach the debugger to an already-running app.ĭebug in the toolbar. Running an app in debug mode is similar to running the app. In this chapter you learn how to debug your app with the Android Studio debugger, set and view breakpoints, step through your code, and examine variables. Dalvik Debug Monitor Server (DDMS), to track resource usage.


In this chapter you'll learn about debugging your apps in Android Studio.ĭebugging is the process of finding and fixing errors (bugs) or unexpected behavior in your code.

Lesson 3: Testing, debugging, and using support libraries
