How to look at Bitmap objects in Visual Studio debugger?
问题 I am building a C# app that creates many bitmaps (System.Drawing.Image). Having the bitmaps seen in the debugger as pictures, would be of enormous help. The debugger has native support for XML files. Is there a way to see the pictures? 回答1: There is no debugger visualizer by default for Bitmap, so you might want to give this one a try: http://imagedebugvisualizer.codeplex.com/ 回答2: Another open source image and bitmap visualizer which works in Visual Studio 2019: https://github.com/Jaex