Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 9d95eaa

Browse files
committed
Update debugging visualizers section.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200460 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 507d1f4 commit 9d95eaa

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

www/hacking.html

+9-17
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,15 @@ <h2 id="debugging">Debugging</h2>
9797
<h3 id="debuggingVisualStudio">Debugging using Visual Studio</h3>
9898
<!--=====================================================================-->
9999

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>
117109

118110
<!--=====================================================================-->
119111
<h2 id="testing">Testing</h2>

0 commit comments

Comments
 (0)