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
Not a debugger - visualizer but shows the complete ViewModel on the page: The ModelVisualizer in MVC Contrib.
See this two links:
- Visualizers
- Create a Debugger Visualizer in Visual Studio 2005 for Custom Types and Classes
Regards.
精彩评论