Simon_Weaver
Simon_Weaver

Reputation: 146198

Are there any MVC Visualizers out there?

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

Upvotes: 1

Views: 206

Answers (2)

Mathias F
Mathias F

Reputation: 15931

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

Upvotes: 1

Related Questions