MonoDevelop: Any solution for the List<> inspection bug?

I declare a List<> (c# obviously). I am of course using System.Collections.Generic.

When I hover over (inspect) the List while debugging (through Attach to Process), instead of getting the contents of said list to view, I get

unknown type 'System.Collections.Generic.CollectionDebuggerView’1 mscorlib.

I have done a DEPRESSING amount of Web searching about this; it seems to be a documented bug of MonoDevelop 2.6, but no one has posted an actual solution. Is there any?

Not at the moment, what I do is place a foreach whenever I want to see the contents of a list :smile:

Seems to have been fixed in a “future release”: