views:

883

answers:

4

Does anyone know if there is a debug visualiser for this yet along the same lines and the linq to SQL debug visualiser?

+1  A: 

There isn't one that I'm aware of at the moment (hope to be shown otherwise by other answers here), but Julie Lerman has a post "An extension method for visualizing ObjectStateEntries" where she walks through creating a debug tool that pops up a WinForm for inspecting the state of entities via their EntityKey.

Not quite a visualizer, but seriously handy when you need to tease apart ObjectStateEntries to debug change tracking scenarios.

Chris Bowen
A: 

Great. Many thanks for this.

A: 

Here is a link to a visualizer that does what you are looking for I think - Visualizer

HintonBR
A: 

Hi, There is one. You may find at http://visualstudiogallery.msdn.microsoft.com/en-us/99468ece-689b-481c-868c-19e00e0a4e69

Thanks RV

Venkat