July 2017
Beginner
466 pages
9h 37m
English
Visual Studio provides a set of visualizers to help display complex Data Tips while you debug your code. When you hover over a variable, the Data Tip can contain a find icon based on the data type associated with the debugger visualizer for that variable. Clicking on the arrow head displays a pop up menu with the list of visualizers for that debugging instance.
For example, check the following screenshot where we have four visualizers, Text Visualizer, XML Visualizer, HTML Visualizer, and JSON Visualizer:

Here, if you click on Text Visualizer, a dialog box will appear showing the text representation ...
Read now
Unlock full access