Search code examples
bitmaprider

How to preview a bitmap in Rider debugging session?


I'm coming from Visual Studio. It has a feature that I quite heavily use - custom visualizers for data.

As described in here, there is a visualizer that allows you to see bitmaps stored in Bitmap type variables right in the debugging session.

Is there something like this in Rider? Or do I have to use Interactive Session to save the bitmap to disk every time?


Solution

  • There is no such functionality in Rider right now, but you can track the progress here (no estimates so far):

    https://youtrack.jetbrains.com/issue/RIDER-4871