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
Copy file name to clipboardExpand all lines: docs/ide/visualize-macro-expansion.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ You can expand a macro one step at a time. This is useful when there are nested
71
71
1. Choose **Visualize Expansion**.
72
72
1. The macro expansion window appears. The first expansion of the `WORK` macro is visible: `(FORCE() * DISTANCE())`:
73
73
74
-
:::image type="complex" source="media/vs2022-work-macro.expansion.png" alt-text="The macro expansion window, which allows you to step through the WORK macro expansion one step at a time.":::
74
+
:::image type="complex" source="media/vs2022-work-macro.expansion.png" alt-text="Screenshot of the macro expansion window, which allows you to step through the WORK macro expansion one step at a time.":::
75
75
The macro visualization window is open on FORCE to show that it initially expands to (FORCE()*DISTANCE()). There are single angle brackets in the window for moving forwards and backwards a single expansion at a time. The double angle brackets fully expand or fully undo the macro expansion.
0 commit comments