1

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

Simon_Weaver
  • 140,023
  • 84
  • 646
  • 689

2 Answers2

1

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

Mathias F
  • 15,906
  • 22
  • 89
  • 159
0

See this two links:

Regards.

Nathan Campos
  • 28,769
  • 59
  • 194
  • 300