Search code examples
c#visual-studio-2010debuggingc#-4.0bitmap

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?


Solution

  • There is no debugger visualizer by default for Bitmap, so you might want to give this one a try: http://imagedebugvisualizer.codeplex.com/