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?