summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Smiljanic <popizdeh@gmail.com>2014-01-30 07:15:53 +0000
committerNikola Smiljanic <popizdeh@gmail.com>2014-01-30 07:15:53 +0000
commitd8fe631d7fce462fe459404be3b12452b52d7020 (patch)
tree7bfed3fe07f2f9da3aed970bbe1413e33123b2b0
parentbdf33ca08db42107fbcc0eb88f20ffed9282444d (diff)
downloadbcm5719-llvm-d8fe631d7fce462fe459404be3b12452b52d7020.tar.gz
bcm5719-llvm-d8fe631d7fce462fe459404be3b12452b52d7020.zip
Update debugging visualizers section.
llvm-svn: 200460
-rw-r--r--clang/www/hacking.html26
1 files changed, 9 insertions, 17 deletions
diff --git a/clang/www/hacking.html b/clang/www/hacking.html
index a1ff8d4efd4..d7a8701f1dc 100644
--- a/clang/www/hacking.html
+++ b/clang/www/hacking.html
@@ -97,23 +97,15 @@
<h3 id="debuggingVisualStudio">Debugging using Visual Studio</h3>
<!--=====================================================================-->
- <p>The file <tt>utils/clangVisualizers.txt</tt> provides debugger visualizers that make debugging
- of more complex data types much easier.</p>
- <p>There are two ways to install them:</p>
-
- <ul>
- <li>Put the path to <tt>clangVisualizers.txt</tt> in the environment variable called
- <tt>_vcee_autoexp</tt>. This method should work for Visual Studio 2008 and above.
- </li>
- <li>Edit your local <tt>autoexp.dat</tt> (make sure you make a backup first!),
- located in <tt>Visual Studio Directory\Common7\Packages\Debugger</tt> and append
- the contents of <tt>clangVisuailzers.txt</tt> to it. This method should work for
- Visual Studio 2008 and above.
- </li>
- </ul>
-
- <p><i>[Note: To disable the visualizer for any specific variable, type
- <tt>variable_name,!</tt> inside the watch window.]</i></p>
+ <p>The files
+ <a href="http://llvm.org/svn/llvm-project/llvm/trunk/utils/llvm.natvis">
+ <tt>utils/llvm.natvis</tt></a> and
+ <a href="http://llvm.org/svn/llvm-project/cfe/trunk/utils/clang.natvis">
+ <tt>utils/clang.natvis</tt></a> provide debugger visualizers
+ that make debugging of more complex data types much easier.</p>
+ <p>Put the files into
+ <tt>%USERPROFILE%\Documents\Visual Studio 2012\Visualizers</tt> or
+ create a symbolic link so they update automatically.</p>
<!--=====================================================================-->
<h2 id="testing">Testing</h2>
OpenPOWER on IntegriCloud