Android Studio debugger View Bitmap

First run your program in debug mode by using Shift+F9 and set a breakpoint right after the bitmap object you want to investigate is created. Once the debugger pauses at the breakpoint hover over the bitmap variable and right click and select View Bitmap and that's all you need to view it.

View bitmap in debug mode


I'm on Android Studio 1.3 and I didn't find 'View Bitmap' option in the context menu. Turns out that this option now sits right next to every Bitmap variable in the debugger's 'Variables' window:

enter image description here