diff --git a/clang/www/hacking.html b/clang/www/hacking.html index 55c4f0f9f5cf6..2f46792d01d85 100755 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -3,7 +3,7 @@ - + Hacking on clang @@ -104,11 +104,12 @@

Debugging using Visual Studio

clang/utils/ClangVisualizers/clang.natvis provide debugger visualizers that make debugging of more complex data types much easier.

-

For Visual Studio 2013 only, put the files into - %USERPROFILE%\Documents\Visual Studio 2013\Visualizers or - create a symbolic link so they update automatically.

-

For later versions of Visual Studio, no installation is required. - Note also that later versions of Visual Studio also display better visualizations.

+

Depending on how you configure the project, Visual Studio may automatically + use these visualizers when debugging or you may be required to put the files + into %USERPROFILE%\Documents\Visual Studio <version>\Visualizers + or create a symbolic link so they update automatically. See + + Microsoft's documentation for more details on use of NATVIS.

Testing