Visual Studio Immediate window: how to see more than the first 100 items

后端 未结 4 1270
萌比男神i
萌比男神i 2021-02-06 19:48

I am trying to see the properties of an object with over 300 properties in the Immediate Window of Visual Studio 2005. Only the first 100 items are displayed, followed by this c

4条回答
  •  粉色の甜心
    2021-02-06 20:54

    I know this is way late. However, If you add your object to the watch window. Expand the properties, where all are displayed. Then Ctrl-A and Copy. You can then paste in excel to get an organized list of properties and their values.

提交回复
热议问题