Skip to content

Commit 09b2239

Browse files
authored
Merge pull request #4449 from MicrosoftDocs/master637112758086514763
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 613741f + b670676 commit 09b2239

14 files changed

+46
-6
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ Use the left and right arrows (Shift+F3 and F3, respectively) to navigate betwee
6565

6666
To make your search more or less thorough, use the **Search Deeper** dropdown at the top of the **Autos** or **Locals** window to select how many levels deep you want to search into nested objects.
6767

68+
## Pin properties in the Autos or Locals window
69+
70+
> [!NOTE]
71+
> This feature is supported for .NET Core 3.0 or higher.
72+
73+
You can quickly inspect objects by their properties in the Autos and Locals windows with the **Pinnable Properties** tool. To use this tool, hover over a property and select the pin icon that appears or right-click and select the **Pin Member as Favorite** option in the resulting context menu. This bubbles up that property to the top of the object’s property list, and the property name and value is displayed in the **Value** column. To unpin a property, select the pin icon again or select the **Unpin Member as Favorite** option in the context menu.
74+
75+
![Pin properties in the Locals window](../debugger/media/basic-pin.gif "Pin properties in the Locals window")
76+
77+
You can also toggle property names and filter out non-pinned properties when viewing the object’s property list in the Autos or Locals windows. You can access each option by selecting the buttons in the toolbar above the Autos or Locals windows.
78+
79+
![Filter favorite properties](../debugger/media/filter-pinned-properties-locals.png "Filter favorite properties")
80+
![Toggle property names](../debugger/media/toggle-property-names.gif "Toggle property names")
81+
6882
::: moniker-end
6983

7084
## Change the context for the Autos or Locals window

docs/debugger/just-in-time-debugging-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ms.workload:
1616

1717
The Just-In-Time Debugger dialog box may open when an error occurs in a running app, and prevent the app from continuing.
1818

19-
The Just-In-Time Debugger gives you the option to launch Visual Studio to debug the error. You must have [Visual Studio](https://visualstudio.microsoft.com/) or another selected debugger installed to view detailed information about the error or try to debug it.
19+
The Just-In-Time Debugger gives you the option to launch Visual Studio to debug the error. You must have Visual Studio or another selected debugger installed to view detailed information about the error or try to debug it.
2020

21-
If you're a Visual Studio user and want to try to debug the error, see [Debug using the Just-In-Time Debugger](../debugger/debug-using-the-just-in-time-debugger.md). If you can't fix the error, or want to keep the Just-In-Time Debugger from opening, you can [disable Just-In-Time debugging from Visual Studio](debug-using-the-just-in-time-debugger.md#BKMK_Enabling).
21+
If your already a Visual Studio user and want to try to debug the error, see [Debug using the Just-In-Time Debugger](../debugger/debug-using-the-just-in-time-debugger.md). If you can't fix the error, or want to keep the Just-In-Time Debugger from opening, you can [disable Just-In-Time debugging from Visual Studio](debug-using-the-just-in-time-debugger.md#BKMK_Enabling).
2222

2323
If you had Visual Studio installed but no longer do, you may need to [disable Just-In-Time debugging from the Windows registry](debug-using-the-just-in-time-debugger.md#disable-just-in-time-debugging-from-the-windows-registry).
2424

377 KB
Loading
147 KB
Loading

docs/debugger/media/basic-pin.gif

414 KB
Loading
219 KB
Loading
Loading
65.9 KB
Loading
104 KB
Loading

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,21 @@ You can also pin expanded items to the pinned DataTip by hovering over them and
8888

8989
To edit the value of a variable or element in a DataTip, select the value, type a new value, and press **Enter**. Selection is disabled for read-only values.
9090

91+
::: moniker range=">= vs-2019"
92+
93+
## Pin Properties in DataTips (Supported in Visual Studio 2019 version 16.4 Preview 3 or higher)
94+
95+
> [!NOTE]
96+
> This feature is supported for .NET Core 3.0 or higher.
97+
98+
You can quickly inspect objects by their properties in DataTips with the **Pinnable Properties** tool. To use this tool, hover over a property and select the pin icon that appears or right-click and select the **Pin Member as Favorite** option in the resulting context menu. This bubbles up that property to the top of the object’s property list, and the property name and value is displayed in the right column of the DataTip. To unpin a property, select the pin icon again or select the **Unpin Member as Favorite** option in the context menu.
99+
100+
![Pinning a property in a DataTip](../debugger/media/basic-pin-datatip.gif "Pinning a property in a DataTip")
101+
102+
You can also toggle property names and filter out non-pinned properties when viewing the object’s property list in a datatip. You can access either option by right-clicking a row containing a property and selecting the **Show only pinned members** or **Hide pinned member names in values** options in the context menu.
103+
104+
::: moniker-end
105+
91106
## Visualize complex data types
92107

93108
A magnifying glass icon next to a variable or element in a DataTip means that one or more [visualizers](../debugger/create-custom-visualizers-of-data.md), such as the [Text Visualizer](../debugger/string-visualizer-dialog-box.md), are available for the variable. Visualizers display information in a more meaningful, sometimes graphical, manner.

docs/debugger/watch-and-quickwatch-windows.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,17 @@ Use the left and right arrows (Shift+F3 and F3, respectively) to navigate betwee
9797

9898
To make your search more or less thorough, use the **Search Deeper** dropdown at the top of the **Watch** window to select how many levels deep you want to search into nested objects.
9999

100+
## Pin properties in the Watch window
101+
102+
>[!NOTE]
103+
> This feature is supported in .NET Core 3.0 or higher.
104+
105+
You can quickly inspect objects by their properties in the Watch window with the **Pinnable Properties** tool. To use this tool, hover over a property and select the pin icon that appears or right-click and select the **Pin Member as Favorite** option in the resulting context menu. This bubbles up that property to the top of the object’s property list, and the property name and value is displayed in the **Value** column. To unpin a property, select the pin icon again or select the **Unpin Member as Favorite** option in the context menu.
106+
107+
![Pin properties in the Watch window](../debugger/media/basic-pin-watch.gif "Pin properties in the Watch window")
108+
109+
You can also toggle property names and filter out non-pinned properties when viewing the object’s property list in the Watch window. You can access both options by selecting the buttons in the toolbar above the watch window.
110+
100111
::: moniker-end
101112

102113
### <a name="bkmk_refreshWatch"></a> Refresh watch values

docs/extensibility/how-to-use-rule-based-ui-context-for-visual-studio-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Here are the various types of term that are supported:
130130
|UserSettingsStoreQuery:\<query>|"query" represents a full path into the user settings store, which must evaluate to a non-zero value. The query is split into a "collection" and "propertyName" at the last slash.|
131131
|ConfigSettingsStoreQuery:\<query>|"query" represents a full path into the config settings store, which must evaluate to a non-zero value. The query is split into a "collection" and "propertyName" at the last slash.|
132132
|ActiveProjectFlavor:\<projectTypeGuid>|The term will be true whenever the currently selected project is flavored (aggregated) and has a flavor matching the given project type GUID.|
133-
|ActiveEditorContentType:\<contentType>|The term will be true when the selected document is a text editor with the given content type.|
133+
|ActiveEditorContentType:\<contentType>|The term will be true when the selected document is a text editor with the given content type. Note: when the selected document is renamed, this term does not refresh until the file is closed and reopened.|
134134
|ActiveProjectCapability:\<Expression>|The term is true when active project capabilities match the provided expression. An expression can be something like VB &#124; CSharp.|
135135
|SolutionHasProjectCapability:\<Expression>|Similar to above but term is true when solution has any loaded project that matches to the expression.|
136136
|SolutionHasProjectFlavor:\<projectTypeGuid>|The term will be true whenever a solution has project that is flavored (aggregated) and has a flavor matching the given project type GUID.|

docs/ide/how-to-increase-chances-of-performance-issue-being-fixed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ If an unresponsiveness manifests itself in an unpredictable fashion, on the next
139139
launch a new instance of Visual Studio and report a problem from that instance.
140140
In the [“Record”
141141
screen](https://docs.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2019#record-a-repro),
142-
be sure to select the Visual Studio session that is hung.
142+
be sure to select the Visual Studio session that is unresponsive.
143143

144-
If the Visual Studio instance that is hung was launched in Administrator mode,
144+
If the Visual Studio instance that is unresponsive was launched in Administrator mode,
145145
then the second instance would also need to be launched in Administrator mode.
146146

147147
>[!NOTE]

docs/install/using-visual-studio-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Using Visual Studio on an Azure Virtual Machine"
33
titleSuffix: ""
44
description: "Learn how to use Visual Studio on an Azure Virtual Machine"
5-
ms.date: 12/04/2019
5+
ms.date: 12/06/2019
66
ms.custom: "seodec18"
77
ms.topic: conceptual
88
helpviewer_keywords:

0 commit comments

Comments
 (0)