Skip to content
Coding in Flow
Coding in Flow

In this video we will learn how to use the Android Studio (IntelliJ IDEA) debugger to find logical bugs in our code.
With the debugger we can set breakpoints, step through our code line by line, examine and change variables at runtime, inspect frames and threads, evaluate expressions and code fragments and much more.

We will learn how to use the “step over”, “step into”, “step out”, “run to cursor”, “smart step into”, “force step over”, “force step into” and “force run to cursor” buttons, how to add watches and use “set value” to change variables at runtime, how to set conditions on breakpoints, create expection breakpoints and disable breakpoints temporarily, how to observe the debugging overhead, how to resume the app, how to attach the debugger to a running process and more.

Also check the related debugging blog post:
codinginflow.com/find-bug

IntelliJ IDEA Debugger documentation (very detailed):
jetbrains.com/help/idea/debugging-code.html

Android Debugger documentation (if you encounter problems):
developer.android.com/studio/debug/

Show more
Show less
Share this

► Android Studio Debugger

More Android Tutorials

Animated Gradient Background

Parcelable

Delete Android Studio Emulators & System Images

Notifications & Notification Channels

Translations Editor

Validate Email & Password (Regular Expressions)

Adding 2 Numbers

  • Legal Notice
  • Privacy Policy
  • Affiliate Disclosure
© 2021 Coding in Flow