Search code examples
c#asp.net-mvcvisual-studiodebuggingviewbag

How inspect a dynamic property of ViewBag


Im debugging my app in Visual Studio 2013

I create a dynamic property result but when I hover over ViewBag dont know where to inspect to see the value of the dynamic property.

enter image description here

I get stuck in a recursive references.

enter image description here


Solution

  • If you expand the Dynamic View by clicking on the refresh icon, it will enumerate through them and show you the values.