Skip to content

Commit 3cc7178

Browse files
authored
Update configure-cmake-debugging-sessions.md
1 parent e79346c commit 3cc7178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/configure-cmake-debugging-sessions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Native CMake support is available in Visual Studio 2017 and later. To see the do
1616

1717
All executable CMake targets are shown in the **Startup Item** dropdown in the toolbar. Select one to start a debugging session and launch the debugger.
1818

19-
:::image type="complex" source="../media/new-dropdowns.png" alt-text="Picture depicting the CMake startup items.":::
20-
There is a play button dropdown to select your current debug target. From there, you can see all your debug targets. In this example, there is a HelloWorld.exe debug target available.
19+
:::image type="complex" source="media/new-dropdowns.png" alt-text="Screenshot of the CMake startup items.":::
20+
There is a play button dropdown to select the current debug target. It shows your debug targets. In this example, the HelloWorld.exe debug target is available.
2121
:::image-end:::
2222

2323
![Screenshot of the CMake startup item dropdown.](media/new-dropdowns.png "CMake startup item dropdown")
2424

2525
You can also start a debug session from Solution Explorer. First, switch to **CMake Targets View** in the **Solution Explorer** window.
2626

27-
:::image type="complex" source="../media/switch-to-targets-view.png" alt-text="CMake Targets View menu items":::
28-
Right click context menu from the Folder View in the Solution Explorer in Visual Studio that has an option to Switch to Targets View
27+
:::image type="complex" source="media/switch-to-targets-view.png" alt-text="Screenshot of the CMake Targets View menu":::
28+
The solution explorer is shown. A right-click on an item in the Folder View has opened a menu. On that menu, the Switch to Targets View item is highlighted.
2929
:::image-end:::
3030

3131
![Screenshot of the CMake targets view command.](media/switch-to-targets-view.png "CMake Targets View menu item")

0 commit comments

Comments
 (0)