Skip to content

Commit 47492f7

Browse files
committed
renamed the images
1 parent b8db4ed commit 47492f7

5 files changed

+3
-3
lines changed
Binary file not shown.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ To open the IEnumerable visualizer, you must be paused during debugging.
3737

3838
1. Select the icon to open the IEnumerable visualizer.
3939

40-
:::image type="content" source="../debugger/media/vs-2022/dbg-open-ienumerable-visualizer.png" alt-text="Diagram of Open a IEnumerable visualizer.":::
40+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-debugger-visualizer.png" alt-text="Diagram of Open a IEnumerable visualizer.":::
4141

4242
## View IEnumerable visualizer data
4343

4444
The visualizer shows the IEnumerable data in a format.
4545

46-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer.png" alt-text="Diagram of View the visualizer data.":::
46+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-data.png" alt-text="Diagram of View the visualizer data.":::
4747

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

@@ -59,7 +59,7 @@ You can use the right-click context menu to customize the view:
5959
- You also can filter visualizer data based desired filter string. Enter the string in the filter box on the upper right corner and hit enter. The Visualizer will return all the rows that contain a value that matches the filter string.
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-filter.gif" alt-text="Diagram of View the visualizer data filter.":::
62+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.gif" alt-text="Diagram of View the visualizer data filter.":::
6363

6464
## See also
6565

0 commit comments

Comments
 (0)