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/debug-with-copilot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ monikerRange: '>= vs-2022'
23
23
24
24
In this article, you'll learn how to debug more efficiently using GitHub Copilot. Copilot can provide code fixes along with in-depth analysis and explanations of how code works. It helps with proposed fixes to bugs, and explains things such as exceptions. Copilot understands call stacks, frames, variable names, and values. As a result, you can interact with the debugger-aware AI to ask detailed questions related to your code and to debugging issues in general.
25
25
26
-
In addition, Copilot provides more precise help for some targeted scenarios, such as Exceptions, and all those described in [Targeted scenarios for AI assistance](#targeted-scenarios-for-ai-assistance). In most of these scenarios, look for the **Ask Copilot** button. In these scenarios, Copilot already knows the context for your questions.
26
+
In addition, Copilot provides more precise help for some targeted scenarios, such as Exceptions, and all those described in [AI-enhanced scenarios for debugging](#ai-enhanced-scenarios). In most of these scenarios, look for the **Ask Copilot** button. In these scenarios, Copilot already knows the context for your questions.
27
27
28
28
For more information on GitHub Copilot Completions in Visual Studio, see [About GitHub Copilot Completions in Visual Studio](../ide/visual-studio-github-copilot-extension.md).
29
29
@@ -208,13 +208,13 @@ In this example, we show AI suggestions for a conditional breakpoint. For tracep
208
208
209
209
When the debugger pauses at the breakpoint, check the value of `item` and verify that the current value is `Fred`.
210
210
211
-
## Targeted scenarios for AI assistance
211
+
## AI-enhanced scenarios
212
212
213
213
Copilot understands call stacks, frames, variable names, and values. As a result, you can interact with the debugger-aware AI to ask detailed questions related to your code and to debugging issues in general.
214
214
215
215
In addition, Copilot provides more precise help for some targeted scenarios, such as those described in the following table.
216
216
217
-
|Scenario|Link|
217
+
|Feature or scenario|Link|
218
218
|-|-|
219
219
|Exceptions|See [Debug an exception with Copilot](#debug-an-exception-with-copilot) in this article. Help with exceptions includes help with deadlock detection errors.|
220
220
|Variables|See [Debug using Copilot](#debug-using-copilot) in this article.|
0 commit comments