consulo-dotnet icon indicating copy to clipboard operation
consulo-dotnet copied to clipboard

Debugger showing null type value besides isn't null.

Open winxalex opened this issue 9 years ago • 0 comments

screen shot 2016-05-10 at 1 34 51 pm screen shot 2016-05-10 at 1 35 51 pm


//this shows 2 FieldType members (one with value one without)
FieldInfo destinationComponentFieldInfo = behaviourDestination.GetType().GetField("fieldName");



Type destinationComponentFieldType = destinationComponentFieldInfo.FieldType;//as you can see in screen shown null, and when I add to watch destinationComponentFieldInfo.FieldType says Collecting data... But it has value see destinationComponentFieldInfo.

winxalex avatar May 10 '16 11:05 winxalex