Are there any debug visualizers for Visual Studio for MVC?
Visual Studio for MVC是否有任何调试可视化工具?
Would be great to be able to visualize things like ModelState, ViewState, Routes etc.
能够可视化ModelState,ViewState,Routes等事物会很棒。
If you're interested in this just favorite the question. If it gets a lot of favorites I'll think about writing one
如果你对此感兴趣,那么这个问题就是最喜欢的。如果它获得了很多收藏,我会考虑写一个
2 个解决方案
#1
1
Not a debugger - visualizer but shows the complete ViewModel on the page: The ModelVisualizer in MVC Contrib.
不是调试器 - 可视化器,但在页面上显示完整的ViewModel:MVC Contrib中的ModelVisualizer。
#2
0
See this two links:
看到这两个链接:
- Visualizers
- Create a Debugger Visualizer in Visual Studio 2005 for Custom Types and Classes
在Visual Studio 2005中为自定义类型和类创建调试器可视化工具
Regards.
#1
1
Not a debugger - visualizer but shows the complete ViewModel on the page: The ModelVisualizer in MVC Contrib.
不是调试器 - 可视化器,但在页面上显示完整的ViewModel:MVC Contrib中的ModelVisualizer。
#2
0
See this two links:
看到这两个链接:
- Visualizers
- Create a Debugger Visualizer in Visual Studio 2005 for Custom Types and Classes
在Visual Studio 2005中为自定义类型和类创建调试器可视化工具
Regards.