Skip to content

Commit d999e6f

Browse files
Merge pull request MicrosoftDocs#10672 from MicrosoftDocs/main638780294081721343sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 526d679 + 80f7a0a commit d999e6f

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed
Binary file not shown.

docs/debugger/cpp-dynamic-debugging.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ For Unreal Engine 5.5 or earlier, cherry-pick the Unreal Build Tool changes from
229229
230230
```xml
231231
<BuildConfiguration>
232-
bAllowUBAExecutor>false</bAllowUBAExecutor>
233-
bAllowUBALocalExecutor>false</bAllowUBALocalExecutor>
232+
<bAllowUBAExecutor>false</bAllowUBAExecutor>
233+
<bAllowUBALocalExecutor>false</bAllowUBALocalExecutor>
234234
</BuildConfiguration>
235235
```
236236

docs/debugger/debug-with-copilot.md

+2-1
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: 1/27/2025
4+
ms.date: 3/17/2025
55
ms.topic: how-to
66
dev_langs:
77
- CSharp
@@ -218,6 +218,7 @@ In addition, Copilot provides more precise help for some targeted scenarios, suc
218218
|-|-|
219219
|Exceptions|See [Debug an exception with Copilot](#debug-an-exception-with-copilot) in this article. Help with exceptions includes help with deadlock detection errors.|
220220
|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).|
221222
|Conditional breakpoints and tracepoints|See [Get suggestions with conditional breakpoints and tracepoints](#get-suggestions-with-conditional-breakpoints-and-tracepoints) in this article.|
222223
|Quick Actions (light bulb)|See [Get AI assistance with Quick Actions](../ide/quick-actions.md#get-ai-assistance).|
223224
|IEnumerable tabular visualizer|See [Modify the visualizer expression](../debugger/view-data-in-tabular-visualizer.md#modify-the-expression-in-the-ienumerable-visualizer).|

docs/debugger/view-data-values-in-data-tips-in-the-code-editor.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: View and change variable values with data tips
33
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
55
ms.topic: how-to
66
dev_langs:
77
- CSharp
@@ -39,6 +39,10 @@ This article explores how to work with the data tips feature in Visual Studio. D
3939

4040
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.
4141

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+
4246
Here's the process:
4347

4448
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:
5559
Visual Studio supports many actions for data tips and working with the variables and values, including:
5660

5761
- Pin or float a data tip to keep it visible as code execution continues
62+
- Make data tips transparent
5863
- Enable *sticky* data tips that remain expanded until you select elsewhere
5964
- Expand the data tip for an array, structure, or object to view its members in a tree format
6065
- 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
235240
## Get AI assistance
236241

237242
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** ![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).
243+
244+
Starting in Visual Studio 2022 version 17.14, you can also get Copilot assistance from data tips for LINQ expressions.
238245
::: moniker-end
239246

240247
## Visualize complex data types
241248

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.
243250

244251
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.
245252

Loading

subscriptions/vs-cloud-academy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Cloud Academy benefit in Visual Studio subscriptions
33
author: joseb-rdc
44
ms.author: amast
55
manager: shve
6-
ms.date: 03/11/2025
6+
ms.date: 03/19/2025
77
ms.topic: how-to
88
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.
99
---
@@ -74,9 +74,9 @@ Not sure which subscription you're using? To see the subscriptions that are asso
7474

7575
1. Check your inbox for further instructions to how to access your benefit.
7676

77-
1. Click the Create Your Account link form the email.
77+
1. Click the Create Your Account link from the email.
7878

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.":::
8080

8181
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.
8282

0 commit comments

Comments
 (0)