views:

49

answers:

2

Are there any debug visualizers for Visual Studio for MVC?

Would be great to be able to visualize things like ModelState, ViewState, Routes etc.

If you're interested in this just favorite the question. If it gets a lot of favorites I'll think about writing one

+1  A: 

Not a debugger - visualizer but shows the complete ViewModel on the page: The ModelVisualizer in MVC Contrib.

Malcolm Frexner