|
3 | 3 | <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
|
4 | 4 | <html>
|
5 | 5 | <head>
|
6 |
| - <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| 6 | + <META http-equiv="Content-Type" content="text/html; charset=utf-8"> |
7 | 7 | <title>Hacking on clang</title>
|
8 | 8 | <link type="text/css" rel="stylesheet" href="menu.css">
|
9 | 9 | <link type="text/css" rel="stylesheet" href="content.css">
|
@@ -104,11 +104,12 @@ <h3 id="debuggingVisualStudio">Debugging using Visual Studio</h3>
|
104 | 104 | <a href="https://github.com/llvm/llvm-project/blob/main/clang/utils/ClangVisualizers/clang.natvis">
|
105 | 105 | <tt>clang/utils/ClangVisualizers/clang.natvis</tt></a> provide debugger visualizers
|
106 | 106 | that make debugging of more complex data types much easier.</p>
|
107 |
| - <p>For Visual Studio 2013 only, put the files into |
108 |
| - <tt>%USERPROFILE%\Documents\Visual Studio 2013\Visualizers</tt> or |
109 |
| - create a symbolic link so they update automatically.</p> |
110 |
| - <p>For later versions of Visual Studio, no installation is required. |
111 |
| - Note also that later versions of Visual Studio also display better visualizations.</p> |
| 107 | + <p>Depending on how you configure the project, Visual Studio may automatically |
| 108 | + use these visualizers when debugging or you may be required to put the files |
| 109 | + into <tt>%USERPROFILE%\Documents\Visual Studio <version>\Visualizers</tt> |
| 110 | + or create a symbolic link so they update automatically. See |
| 111 | + <a href="https://learn.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects"> |
| 112 | + Microsoft's documentation</a> for more details on use of NATVIS.</p> |
112 | 113 |
|
113 | 114 | <!--=====================================================================-->
|
114 | 115 | <h2 id="testing">Testing</h2>
|
|
0 commit comments