Skip to content

Commit 464cf97

Browse files
TylerMSFTTylerMSFT
authored andcommitted
incorp server changes
2 parents 0b45905 + ea0af6b commit 464cf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/visualize-macro-expansion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can inspect a macro's expanded value, even when several preprocessor steps a
4747
1. Place the cursor on the `POWER` a macro in the sample.
4848
1. As you hover over the macro, options appear to **Copy**, **Expand Inline**, **Visualize Expansion**, and **Search Online**:
4949
50-
:::image type="complex" source="media/visual-studio-2022-hover-macro.png" alt-text="The macro window, showing the POWER macro expansion.":::
50+
:::image type="complex" source="media/visual-studio-2022-hover-macro.png" alt-text="Screenshot of the macro window, showing the POWER macro expansion.":::
5151
The macro window is open on POWER to show that it expands to (((10.0 * 20.0) * (5.0 * 2.0)) / 2.0). Options to copy, expand inline, visual expansion, and search online appear at the bottom of the window.
5252
:::image-end:::
5353
@@ -71,7 +71,7 @@ You can expand a macro one step at a time. This is useful when there are nested
7171
1. Choose **Visualize Expansion**.
7272
1. The macro expansion window appears. The first expansion of the `WORK` macro is visible: `(FORCE() * DISTANCE())`:
7373
74-
:::image type="complex" source="media/visual-studio-2022-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/visual-studio-2022-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.":::
7575
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.
7676
:::image-end:::
7777

0 commit comments

Comments
 (0)