共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > colorvisualizer |
colorvisualizer
|
0 | 0 | 23 |
贡献者 | 讨论 | 代码提交 |
Visual studio debug visualizers: Color VisualizerIf you want to see actual color when you debugging something in Visual Studio then you can use this Color Visualizer to do that.
click on button and you will get
How to install a visualizerDownload Color Visualizer dll from download page Copy the DLL to either of the following locations: InstallPath\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\Visualizers My Documents\Visual Studio 2008\Visualizers If you want to use the visualizer for remote debugging, copy the DLL to the same path on the remote computer. Restart the Visual Studio debugging session.