Is there any way to debug canvas / bitmaps on Eclipse? I was interested to know what the current canvas / bitmap looks like when I set a breakpoint on a specific line.
Viewing bitmaps during debugging is now possible (albeit with Android Studio).
From the notes for version 0.8.7 (August 21, 2014)
Bitmap in the debuggerDuring the debugging process, you can right-click on the variables in the application that are of the Bitmap type and invoke the View Bitmap:Then, the associated data from the debugging process will be obtained and a bitmap image in place in the debugger.
Bitmap in the debugger
During the debugging process, you can right-click on the variables in the application that are of the Bitmap type and invoke the View Bitmap:
Then, the associated data from the debugging process will be obtained and a bitmap image in place in the debugger.