Skip to content

Commit 7b6c814

Browse files
committed
acrolinx
1 parent c57b1b6 commit 7b6c814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/debugger/cpp-dynamic-debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ If your project is built with the Visual Studio build system, a good way to make
295295
296296
1. The **New Solution Configuration** dialog opens. In the **Name** field, enter a name for the new configuration, such as `ReleaseDD`. Ensure that **Copy settings from:** is set to **Release**. Then select **OK** to create the new configuration.
297297
298-
:::image type="complex" source="media/vs-2022/debug-clone-configuration-details-release.png" alt-text="A screenshot that shows the New Project Configuration dialog.":::
299-
The Name field is set to ReleaseDD. The Copy settings from: dropdown list is set to Release.
298+
:::image type="complex" source="media/vs-2022/debug-clone-configuration-details-release.png" alt-text="A screenshot that shows the New Project Configuration dialog for a release build.":::
299+
The Name field is set to ReleaseDD. The 'Copy settings from' dropdown list is set to Release.
300300
:::image-end:::
301301
302302
1. The new configuration appears in the **Active solution configuration** dropdown list. Select **Close**.
@@ -333,7 +333,7 @@ If you want to use debug binaries but you want them to run faster, you can modif
333333
334334
1. The **New Project Configuration** dialog opens. In the **Name** field, enter a name for the new configuration, such as **DebugDD**. Ensure that **Copy settings from:** is set to **Debug**. Then select **OK** to create the new configuration.
335335
336-
:::image type="complex" source="media/vs-2022/debug-clone-configuration-details-debug.png" alt-text="A screenshot that shows the New Project Configuration dialog.":::
336+
:::image type="complex" source="media/vs-2022/debug-clone-configuration-details-debug.png" alt-text="A screenshot that shows the `New Project Configuration dialog` for a debug build.":::
337337
The name field is set to DebugDD. The Copy settings from: dropdown list is set to Debug.
338338
:::image-end:::
339339

0 commit comments

Comments
 (0)