Skip to content

Commit d165118

Browse files
committed
edits
1 parent 2a1d70f commit d165118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/autos-and-locals-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ With Copilot enabled, you can also get targeted assistance related to the inline
6666

6767
You can use a **Watch** window to specify a variable (or an expression) that you want to keep an eye on.
6868

69-
While debugging, right-click an object and choose **Add Watch**. A Watch window opens.
69+
While debugging, right-click an object in the code editor and choose **Add Watch**. A Watch window opens.
7070

7171
::: moniker range=">= vs-2022"
7272
![Watch Window](../debugger/media/vs-2022/dbg-tour-watch-window.png "Watch window")
@@ -82,7 +82,7 @@ For detailed information, see [Set a Watch using the Watch and QuickWatch Window
8282
::: moniker range=">= vs-2022"
8383
## Get AI assistance
8484

85-
If you have [Copilot](../ide/visual-studio-github-copilot-extension.md), you can get AI assistance while you're looking at variables in the Autos or Locals windows, or in data tips in the code editor. Right-click on a variable and use the **Ask Copilot** ![Screenshot of Ask Copilot button.](../debugger/media/vs-2022/debug-with-copilot-ask-copilot-button.png) button. In this scenario, Copilot already knows the context for your question, so you don't need to provide context yourself in chat. For more information, see [Debug with Copilot](../debugger/debug-with-copilot.md).
85+
If you have [Copilot](../ide/visual-studio-github-copilot-extension.md), you can get AI assistance while you're looking at variables in the code editor or in the Autos or Locals windows. While you're debugging, right-click on a variable and use the **Ask Copilot** ![Screenshot of Ask Copilot button.](../debugger/media/vs-2022/debug-with-copilot-ask-copilot-button.png) button. In this scenario, Copilot already knows the context for your question, so you don't need to provide context yourself in chat. For more information, see [Debug with Copilot](../debugger/debug-with-copilot.md).
8686
::: moniker-end
8787

8888
## Inspect variables in debugger windows (Autos and Locals)

0 commit comments

Comments
 (0)