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
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Debug with GitHub Copilot
3
3
description: Use Copilot to help debug your apps and provide performance insights.
4
-
ms.date: 1/27/2025
4
+
ms.date: 3/17/2025
5
5
ms.topic: how-to
6
6
dev_langs:
7
7
- CSharp
@@ -218,6 +218,7 @@ In addition, Copilot provides more precise help for some targeted scenarios, suc
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.|
221
+
|Data tips|See [Get AI assistance with Data tips](../debugger/view-data-values-in-data-tips-in-the-code-editor.md#get-ai-assistance).|
221
222
|Conditional breakpoints and tracepoints|See [Get suggestions with conditional breakpoints and tracepoints](#get-suggestions-with-conditional-breakpoints-and-tracepoints) in this article.|
222
223
|Quick Actions (light bulb)|See [Get AI assistance with Quick Actions](../ide/quick-actions.md#get-ai-assistance).|
223
224
|IEnumerable tabular visualizer|See [Modify the visualizer expression](../debugger/view-data-in-tabular-visualizer.md#modify-the-expression-in-the-ienumerable-visualizer).|
Copy file name to clipboardExpand all lines: docs/debugger/view-data-values-in-data-tips-in-the-code-editor.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: View and change variable values with data tips
3
3
description: Use data tips while debugging code in the Visual Studio Code editor to view and change variable values like arrays and structures.
4
-
ms.date: 09/06/2024
4
+
ms.date: 3/17/2025
5
5
ms.topic: how-to
6
6
dev_langs:
7
7
- CSharp
@@ -39,6 +39,10 @@ This article explores how to work with the data tips feature in Visual Studio. D
39
39
40
40
Data tips are visible during a debugging session when you have breakpoints set in your code. When the debugger pauses program execution at a breakpoint, data tips are available for any variables in the current scope.
41
41
42
+
::: moniker range=">= vs-2022"
43
+
Starting in Visual Studio 2022 version 17.14, you can also view data tips for LINQ expressions.
44
+
::: moniker-end
45
+
42
46
Here's the process:
43
47
44
48
1. Set a breakpoint in your code, and start debugging by selecting **Debug** > **Start Debugging** or use the F5 keyboard shortcut.
@@ -55,6 +59,7 @@ Here's the process:
55
59
Visual Studio supports many actions for data tips and working with the variables and values, including:
56
60
57
61
- Pin or float a data tip to keep it visible as code execution continues
62
+
- Make data tips transparent
58
63
- Enable *sticky* data tips that remain expanded until you select elsewhere
59
64
- Expand the data tip for an array, structure, or object to view its members in a tree format
60
65
- Change the value for a variable in a data tip
@@ -235,11 +240,13 @@ The following image shows the various options on the right-click menu for the me
235
240
## Get AI assistance
236
241
237
242
If you have [Copilot](../ide/visual-studio-github-copilot-extension.md), you can get AI assistance while you're looking at variables in data tips. Right-click on a variable and use the **Ask Copilot** 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).
243
+
244
+
Starting in Visual Studio 2022 version 17.14, you can also get Copilot assistance from data tips for LINQ expressions.
238
245
::: moniker-end
239
246
240
247
## Visualize complex data types
241
248
242
-
Visualizers display information in a more meaningful, and sometimes graphical, manner. Examples of visualizers include XML, HTML, JSON, and the [Text Visualizer](../debugger/string-visualizer-dialog-box.md). You can use visualizations to examine complex data types in your code during debugging.
249
+
Visualizers display information in a more meaningful, and sometimes graphical, manner. Examples of visualizers include XML, HTML, JSON, [Text Visualizer](../debugger/string-visualizer-dialog-box.md), and the [tabular visualizers](../debugger/view-data-in-tabular-visualizer.md). You can use visualizations to examine complex data types in your code during debugging.
243
250
244
251
If visualizers are available for an element, Visual Studio displays the **View** magnifying glass next to the element name in the data tip. When you select a visualization, Visual Studio opens a separate window to display the complex data in a readable format.
Copy file name to clipboardExpand all lines: subscriptions/vs-cloud-academy.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Cloud Academy benefit in Visual Studio subscriptions
3
3
author: joseb-rdc
4
4
ms.author: amast
5
5
manager: shve
6
-
ms.date: 03/11/2025
6
+
ms.date: 03/19/2025
7
7
ms.topic: how-to
8
8
description: Activate and explore the Cloud Academy (a QA Company) training benefit available in eligible Visual Studio subscriptions, and find answers to frequently asked questions.
9
9
---
@@ -74,9 +74,9 @@ Not sure which subscription you're using? To see the subscriptions that are asso
74
74
75
75
1. Check your inbox for further instructions to how to access your benefit.
76
76
77
-
1. Click the Create Your Account link form the email.
77
+
1. Click the Create Your Account link from the email.
78
78
79
-
:::image type="content" source="_img/vs-cloud-academy/account-setup-email.png" alt-text="Screenshot of the Cloud Academy email Account Setup instructions.":::
79
+
:::image type="content" source="_img/vs-cloud-academy/account-setup-email-rev.png" alt-text="Screenshot of the Cloud Academy email Account Setup instructions.":::
80
80
81
81
1. You're redirected to your browser and the Cloud Academy platform opens. It displays a welcome screen where you can get started and take a tour of the platform.
0 commit comments