Bitmaps are incredibly important in B4X and we often manipulate them in code.
But when stepping through an app it is impossible to display the bitmap. We are working in the dark when it comes to debugging bitmaps in the debugger. I would like to have the ability when stepping through an app in the debugger to be able to press F6 on a bitmap or canvas variable in the source code (or right click and select menu item "Display Variable Contents") to display the bitmap in a modal window. This would help immensely when dealing with graphics.
Additional Benefit
If F6 is pressed on a scalar variable like a String or Int, then the modal window displays the current contents of that variable and allows us to modify it. Delphi has this in their debugger if you press F7 on a variable in the source code while the debugger is at a breakpoint. (See image)
TIA
But when stepping through an app it is impossible to display the bitmap. We are working in the dark when it comes to debugging bitmaps in the debugger. I would like to have the ability when stepping through an app in the debugger to be able to press F6 on a bitmap or canvas variable in the source code (or right click and select menu item "Display Variable Contents") to display the bitmap in a modal window. This would help immensely when dealing with graphics.
Additional Benefit
If F6 is pressed on a scalar variable like a String or Int, then the modal window displays the current contents of that variable and allows us to modify it. Delphi has this in their debugger if you press F7 on a variable in the source code while the debugger is at a breakpoint. (See image)
TIA