Skip to content

Commit ed5cf80

Browse files
committed
Added screenshot for expression editing
1 parent fdcb868 commit ed5cf80

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Loading

docs/debugger/view-data-in-tabular-visualizer.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ To open the visualizer, you must be paused during debugging.
2929

3030
You can access the visualizer by clicking on the magnifying glass icon that appears next to the Value for one of those objects ![VisualizerIcon](../debugger/media/dbg-tips-visualizer-icon.png "Visualizer icon") in a debugger variables window or in a DataTip.
3131

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.":::
3333

3434
## DataSet visualizer
3535

3636
The DataSet Visualizer allows you to view the contents of a DataSet, DataTable, DataView, or DataViewManager object.
3737

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.":::
3939

4040
## IEnumerable visualizer
4141

4242
Starting in Visual Studio 2022, you can view IEnumerable collections in a tabular view.
4343

4444
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.
4545

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.":::
4747

4848
You can use the right-click context menu to customize the view:
4949

@@ -59,12 +59,14 @@ You can use the right-click context menu to customize the view:
5959
- You can export the data from IEnumerable visualizers in CSV/Excel format using the dropdown on the top right corner.
6060
- You can also export the filtered and sorted results in CSV/Excel format.
6161

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.":::
6363

6464
## Modify the visualizer expression
6565

6666
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.
6767

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+
6870
## Related content
6971
- [View strings in a string visualizer](../debugger/view-strings-visualizer.md)
7072
- [Create custom visualizers (C#, Visual Basic)](../debugger/create-custom-visualizers-of-data.md)

0 commit comments

Comments
 (0)