Skip to content

Commit d6809f7

Browse files
committed
link fix
1 parent 9d9117c commit d6809f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ While debugging, right-click an object and choose **Add Watch**.
198198
199199
In this example, you have a watch set on the object, and you can see its value change as you move through the debugger. Unlike the other variable windows, the **Watch** windows always show the variables that you are watching (they're grayed out when out of scope).
200200
201-
## <a name="bkmk_returnValue"></a> View return values of method calls
201+
## View return values of method calls
202202
203203
In .NET and C++ code, you can examine return values in the **Autos** window when you step over or out of a method call, which can be useful when the return value is not stored in a local variable. A method could be used as a parameter, or as the return value of another method.
204204

0 commit comments

Comments
 (0)