
It's recommended to expand the video to full screen (with this icon in the lower right corner of the video) so you can see Android Studio and the code more clearly. If you'd like to watch one of the course instructors complete the codelab, play the below video. The solution code for the Dice Roller app in Compose.A computer with Android Studio installed.What the debugger is typically used for.How to use some fundamental features of the debugger.How to launch an app with the debugger attached.How to attach the debugger to an Android app.Completion of the Create an interactive Dice Roller App codelab.



The debugger is an essential tool that lets you inspect the execution of the code that powers your Android app so that you can fix any bugs in it. This codelab teaches you how to use the debugger in Android Studio to inspect what happens in the Dice Roller app at runtime.
