aberus / ImageVisualizer

A debug visualizer for Visual Studio that allows you to visually view the graphic content of images during debugging.
https://marketplace.visualstudio.com/items?itemName=AleksanderBerus.DebuggerImageVisualizerPreview
MIT License
40 stars 12 forks source link

Simple solution for non .NET images #5

Closed Aspie96 closed 5 years ago

Aspie96 commented 5 years ago

For non .NET strings, for instance, if the ToString() method is defined, you can see the text in the debugger even if it is not a string. It would be nice for this tool to automatically call a method ToBitmap() which returns a Bitmap and shows it automatically if such method is defined, even if it is not a bitmap and that does not require any library.

Aspie96 commented 5 years ago

Solved by #6.