@@ -97,23 +97,15 @@ <h2 id="debugging">Debugging</h2>
97
97
< h3 id ="debuggingVisualStudio "> Debugging using Visual Studio</ h3 >
98
98
<!--=====================================================================-->
99
99
100
- < p > The file < tt > utils/clangVisualizers.txt</ tt > provides debugger visualizers that make debugging
101
- of more complex data types much easier.</ p >
102
- < p > There are two ways to install them:</ p >
103
-
104
- < ul >
105
- < li > Put the path to < tt > clangVisualizers.txt</ tt > in the environment variable called
106
- < tt > _vcee_autoexp</ tt > . This method should work for Visual Studio 2008 and above.
107
- </ li >
108
- < li > Edit your local < tt > autoexp.dat</ tt > (make sure you make a backup first!),
109
- located in < tt > Visual Studio Directory\Common7\Packages\Debugger</ tt > and append
110
- the contents of < tt > clangVisuailzers.txt</ tt > to it. This method should work for
111
- Visual Studio 2008 and above.
112
- </ li >
113
- </ ul >
114
-
115
- < p > < i > [Note: To disable the visualizer for any specific variable, type
116
- < tt > variable_name,!</ tt > inside the watch window.]</ i > </ p >
100
+ < p > The files
101
+ < a href ="http://llvm.org/svn/llvm-project/llvm/trunk/utils/llvm.natvis ">
102
+ < tt > utils/llvm.natvis</ tt > </ a > and
103
+ < a href ="http://llvm.org/svn/llvm-project/cfe/trunk/utils/clang.natvis ">
104
+ < tt > utils/clang.natvis</ tt > </ a > provide debugger visualizers
105
+ that make debugging of more complex data types much easier.</ p >
106
+ < p > Put the files into
107
+ < tt > %USERPROFILE%\Documents\Visual Studio 2012\Visualizers</ tt > or
108
+ create a symbolic link so they update automatically.</ p >
117
109
118
110
<!--=====================================================================-->
119
111
< h2 id ="testing "> Testing</ h2 >
0 commit comments