Monodevelope List and Dictionary C# Debugging

Hi,

I’m using List<> and Dictionary<> in System.Collections.Generic with Monodevelope attached to Unity. When I try to view their values I don’t get a list of their contents. I’m pretty sure this worked before. I get the error message “Unknown type 'System.Collections.Generic.CollectionDebuggerView`1, mscorlib.dll”.

I attached an image of what I described.

Is there any way to fix this?

Thanks!

1402707--72859--$monodev dictionary.PNG

You were probably using Unity’s built in array the other time. You have to do a custom editor solution to view a list like that.

For some reason this started working again on my type of :

Dictionary< eFilterOption, List > filterOptions

As a test I tried just a List but the problem was still there. It might have something to do with when its added to the watch list.