From: Nikola Smiljanic Date: Thu, 30 Jan 2014 07:15:53 +0000 (+0000) Subject: Update debugging visualizers section. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d95eaa1f2cbadcf39110262d3bba90519fcea1d;p=clang Update debugging visualizers section. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/hacking.html b/www/hacking.html index a1ff8d4efd..d7a8701f1d 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -97,23 +97,15 @@

Debugging using Visual Studio

-

The file utils/clangVisualizers.txt provides debugger visualizers that make debugging - of more complex data types much easier.

-

There are two ways to install them:

- - - -

[Note: To disable the visualizer for any specific variable, type - variable_name,! inside the watch window.]

+

The files + + utils/llvm.natvis and + + utils/clang.natvis provide debugger visualizers + that make debugging of more complex data types much easier.

+

Put the files into + %USERPROFILE%\Documents\Visual Studio 2012\Visualizers or + create a symbolic link so they update automatically.

Testing