Skip to content

Commit 1fd12d6

Browse files
Update docs/debugger/watch-and-quickwatch-windows.md
Co-Authored-By: Mike Jones <[email protected]>
1 parent 994afce commit 1fd12d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ To make your search more or less thorough, use the **Search Deeper** dropdown at
9999

100100
## Pin properties in the Watch window
101101

102-
>[!NOTE] This feature is supported in .NET Core 3.0 or higher.
102+
>[!NOTE]
103+
> This feature is supported in .NET Core 3.0 or higher.
103104
104105
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.
105106

0 commit comments

Comments
 (0)