You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugger/how-to-install-a-visualizer.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,12 @@ After you have created a visualizer, you must install the visualizer so that it
24
24
> [!NOTE]
25
25
> In UWP apps, only the standard text, HTML, XML, and JSON visualizers are supported. Custom (user-created) visualizers are not supported.
26
26
27
+
::: moniker range=">=vs-2019"
27
28
### To install a visualizer for Visual Studio 2019
28
29
29
-
1. Locate the DLL that contains the visualizer you have built.
30
+
1. Locate the DLL that contains the visualizer you built.
30
31
31
-
2. Copy the [Debugger Side](create-custom-visualizers-of-data.md#to-create-the-debugger-side) DLL to either of the following locations:
32
+
2. Copy the [Debugger Side](create-custom-visualizers-of-data.md#to-create-the-debugger-side) DLL (and any DLLs it depends on) to either of the following locations:
0 commit comments