Skip to content

Commit 8c44e7a

Browse files
committed
edits
1 parent 0cc3a81 commit 8c44e7a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/debugger/debug-with-copilot.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug with GitHub Copilot
33
description: Use Copilot to help debug your apps and provide performance insights.
4-
ms.date: 09/06/2024
4+
ms.date: 10/29/2024
55
ms.topic: how-to
66
dev_langs:
77
- CSharp
@@ -215,6 +215,10 @@ In this example, we show AI suggestions for a conditional breakpoint. For tracep
215215

216216
When the debugger pauses at the breakpoint, check the value of `item` and verify that the current value is `Fred`.
217217

218+
## Get AI assistance in the IEnumerable tabular visualizer
219+
220+
For AI assistance for the IEnumberable tabular visualizer, see [Modify the visualizer expression](../debugger/view-data-in-tabular-visualizer.md#modify-the-visualizer-expression).
221+
218222
## Get AI assistance for auto insights
219223

220224
In addition to interactive debugging assistance, Copilot provides detailed information in the CPU Usage [Auto Insights](../profiling/cpu-insights.md). It provides information and insights related to a set of specific performance insights. With Copilot, ask questions about functions on the identified hot paths in your code, which can help you produce more efficient or cost-effective code.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ You can use the right-click context menu to customize the view:
6262

6363
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.png" alt-text="Screenshot of View the visualizer data filter.":::
6464

65-
## Modify the visualizer expression
65+
## Modify the expression in the IEnumerable visualizer
6666

67-
Starting in Visual Studio 2022 version 17.11, 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+
Starting in Visual Studio 2022 version 17.11, you can directly change the **Expression** textbox for the IEnumerable visualizer with a modified LINQ expression. The visualizer data gets updated, reflecting the data change resulting from your new query.
6868

6969
:::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.":::
7070

71-
Starting in Visual Studio 2022 version 17.12 Preview X, you can get AI assitance to edit the LINQ expression. If you have Copilot activated, click the GitHub [Copilot](../ide/visual-studio-github-copilot-extension.md) icon to open Copilot Chat.
71+
Starting in Visual Studio 2022 version 17.12 Preview 2, you can get AI assitance to edit the LINQ expression. If you have Copilot activated, click the GitHub [Copilot](../ide/visual-studio-github-copilot-extension.md) icon to open Copilot Chat.
7272

7373
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression-copilot.png" alt-text="Screenshot of Copilot button to get help to edit the expression.":::
7474

0 commit comments

Comments
 (0)