You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>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.
69
69
70
70
## Map external code
@@ -82,7 +82,9 @@ By default, only your own code appears on the map. To see external code on the m
82
82
83
83
Changing the map's layout doesn't affect the code in any way.
84
84
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:
86
88
87
89
- Change the default layout.
88
90
- 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
92
94
93
95
You can add comments to track what's happening in the code.
94
96
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**.
96
100
97
101

98
102
@@ -114,12 +118,12 @@ To go to the definition of a method in the code, double-click the method in the
114
118
115
119
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.
116
120
117
-

121
+

118
122
119
123
>[!NOTE]
120
124
>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.
121
125
122
-

126
+

123
127
124
128
Continue building the map to see more code.
125
129
@@ -142,14 +146,14 @@ Continue building the map to see more code.
142
146
143
147
## Share the map with others
144
148
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.
146
150
147
151
To share or save the map, use **Share** in the code map toolbar.
148
152
149
153

150
154
151
155
## 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