Skip to content

Commit cf66fae

Browse files
committed
cx
1 parent 78d8e13 commit cf66fae

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

docs/debugger/map-methods-on-the-call-stack-while-debugging-in-visual-studio.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To get more information about an item, hover over it and look at the item's tool
6464

6565
![Code Map Legend](../debugger/media/debuggermap_showlegend.png "Code Map Legend")
6666

67-
>[!NOTE:]
67+
>[!NOTE]
6868
>The message **The diagram may be based on an older version of the code** at the top of the code map means that the code might have changed after you last updated the map. For example, a call on the map might not exist in code anymore. Close the message, then try rebuilding the solution before updating the map again.
6969
7070
## Map external code
@@ -82,7 +82,9 @@ By default, only your own code appears on the map. To see external code on the m
8282

8383
Changing the map's layout doesn't affect the code in any way.
8484

85-
To control the map's layout, select the **Layout** menu on the map toolbar. In the **Layout** menu, you can:
85+
To control the map's layout, select the **Layout** menu on the map toolbar.
86+
87+
In the **Layout** menu, you can:
8688

8789
- Change the default layout.
8890
- Stop rearranging the map automatically, by deselecting **Automatically Layout when Debugging**.
@@ -92,7 +94,9 @@ To control the map's layout, select the **Layout** menu on the map toolbar. In t
9294

9395
You can add comments to track what's happening in the code.
9496

95-
To add a comment, right-click in the code map and select **Edit** > **New Comment**, then type the comment. To add a new line in a comment, press **Shift**+**Enter**.
97+
To add a comment, right-click in the code map and select **Edit** > **New Comment**, then type the comment.
98+
99+
To add a new line in a comment, press **Shift**+**Enter**.
96100

97101
![Add comment to call stack on code map](../debugger/media/debuggermap_addcomment.png "DebuggerMap_AddComment")
98102

@@ -114,12 +118,12 @@ To go to the definition of a method in the code, double-click the method in the
114118

115119
To add items that you want to track to the map, right-click a method and select the items you want to track. The most recently added items appear in green.
116120

117-
![Show fields in a method on call stack code map](../debugger/media/debuggermap_showfields.png "DebuggerMap_ShowFields")
121+
![Fields related to a method on call stack code map](../debugger/media/debuggermap_showedfields.png "DebuggerMap_ShowedFields")
118122

119123
>[!NOTE]
120124
>By default, adding items to the map also adds the parent group nodes such as the class, namespace, and assembly. You can turn this feature off and on by selecting the **Include Parents** button on the code map toolbar, or by pressing **Ctrl** while you add items.
121125
122-
![Fields related to a method on call stack code map](../debugger/media/debuggermap_showedfields.png "DebuggerMap_ShowedFields")
126+
![Show fields in a method on call stack code map](../debugger/media/debuggermap_showfields.png "DebuggerMap_ShowFields")
123127

124128
Continue building the map to see more code.
125129

@@ -142,14 +146,14 @@ Continue building the map to see more code.
142146

143147
## Share the map with others
144148

145-
You can export the map, send it to others with Microsoft Outlook, save it to your solution, and check it into version control.
149+
You can export a map, send it to others with Microsoft Outlook, save it to your solution, and check it into version control.
146150

147151
To share or save the map, use **Share** in the code map toolbar.
148152

149153
![Share call stack code map with others](../debugger/media/debuggermap_sharewithothers.png "Share call stack code map with others")
150154

151155
## See also
152-
[Map dependencies across your solutions](../modeling/map-dependencies-across-your-solutions.md)
153-
[Use code maps to debug your applications](../modeling/use-code-maps-to-debug-your-applications.md)
154-
[Find potential problems using code map analyzers](../modeling/find-potential-problems-using-code-map-analyzers.md)
155-
[Browse and rearrange code maps](../modeling/browse-and-rearrange-code-maps.md)
156+
[Map dependencies across your solutions](../modeling/map-dependencies-across-your-solutions.md)
157+
[Use code maps to debug your applications](../modeling/use-code-maps-to-debug-your-applications.md)
158+
[Find potential problems using code map analyzers](../modeling/find-potential-problems-using-code-map-analyzers.md)
159+
[Browse and rearrange code maps](../modeling/browse-and-rearrange-code-maps.md)

0 commit comments

Comments
 (0)