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/view-data-in-tabular-visualizer.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,21 +29,21 @@ To open the visualizer, you must be paused during debugging.
29
29
30
30
You can access the visualizer by clicking on the magnifying glass icon that appears next to the Value for one of those objects  in a debugger variables window or in a DataTip.
31
31
32
-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-debugger-visualizer.png" alt-text="Diagram of Open an IEnumerable visualizer.":::
32
+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-debugger-visualizer.png" alt-text="Screenshot of Open an IEnumerable visualizer.":::
33
33
34
34
## DataSet visualizer
35
35
36
36
The DataSet Visualizer allows you to view the contents of a DataSet, DataTable, DataView, or DataViewManager object.
37
37
38
-
:::image type="content" source="../debugger/media/dbg-tips-dataset-visualizer.png " alt-text="Diagram of View the DataSet visualizer data.":::
38
+
:::image type="content" source="../debugger/media/dbg-tips-dataset-visualizer.png " alt-text="Screenshot of View the DataSet visualizer data.":::
39
39
40
40
## IEnumerable visualizer
41
41
42
42
Starting in Visual Studio 2022, you can view IEnumerable collections in a tabular view.
43
43
44
44
The IEnumerable visualizer helps explore large collection objects in a more streamlined way. The visualizer supports IEnumerable collections where the object type (T) can be simple types or complex types like dictionaries.
45
45
46
-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-data.png" alt-text="Diagram of View the IEnumerable visualizer data.":::
46
+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-data.png" alt-text="Screenshot of View the IEnumerable visualizer data.":::
47
47
48
48
You can use the right-click context menu to customize the view:
49
49
@@ -59,12 +59,14 @@ You can use the right-click context menu to customize the view:
59
59
- You can export the data from IEnumerable visualizers in CSV/Excel format using the dropdown on the top right corner.
60
60
- You can also export the filtered and sorted results in CSV/Excel format.
61
61
62
-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.gif" alt-text="Diagram of View the visualizer data filter.":::
62
+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.png" alt-text="Screenshot of View the visualizer data filter.":::
63
63
64
64
## Modify the visualizer expression
65
65
66
66
Starting in Visual Studio 2022 version 17.11 Preview 2, you can directly change the **Expression** textbox with a modified LINQ expression. The visualizer data gets updated, reflecting the data change resulting from your new query.
67
67
68
+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression.png" alt-text="Screenshot of View the visualizer data edit the expression.":::
69
+
68
70
## Related content
69
71
-[View strings in a string visualizer](../debugger/view-strings-visualizer.md)
0 commit comments