tags:

views:

175

answers:

2

Anyone know of any controls that you can add to your application to allow the user to check out the content of an object? I'm thinking of something like QuickWatch in Visual Studio, just list all properties of an object and its values and allow the user to drill down. I started writing one using reflection but it turned out be a lot of work to handle different kind of collections. This functionality would be used for debugging purposes mostly and not by regular users.

I prefer WPF but Winforms would work as well.

+1  A: 

Snoop is amazing. Also check out Crack.NET.

Charlie
I am looking for a control which can be integrated within an application and not a standalone application like Snoop.
Wallstreet Programmer
A: 

try this

ehosca
I accepted your answer even though I will not use it. The link is only to a dll, no sourcecode. Also it uses winforms and not WPF. It throws exception which will close down the window.
Wallstreet Programmer