Skip to content

Commit d07820e

Browse files
committed
anchor links
1 parent 81840ac commit d07820e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ var1 = var2
169169

170170
When evaluation of properties or implicit function calls is turned off, you can force evaluation by using the **ac** format modifier (for C# only). See [Format Specifiers in C#](../debugger/format-specifiers-in-csharp.md).
171171

172-
## Using Object IDs in the Watch window (C# and Visual Basic)
172+
## <a name="bkmk_objectIds"></a> Using Object IDs in the Watch window (C# and Visual Basic)
173173
There are times when you want to observe the behavior of a specific object; for example, you might want to track an object referred to by a local variable after that variable has gone out of scope. In C# and Visual Basic, you can create object IDs for specific instances of reference types and use them in the Watch window and in breakpoint conditions. The object ID is generated by the common language runtime (CLR) debugging services and associated with the object.
174174

175175
> [!NOTE]

docs/ide/javascript-intellisense.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ helpviewer_keywords:
2727
- "XML documentation comments [JavaScript]"
2828
ms.assetid: af1a3171-c9d8-45a3-9c96-a763e3b163ef
2929
caps.latest.revision: 63
30-
author: "kempb"
31-
ms.author: "kempb"
30+
author: "mikejo"
31+
ms.author: "mikejo"
3232
manager: "ghogen"
3333
translation.priority.ht:
3434
- "cs-cz"

0 commit comments

Comments
 (0)