Skip to content

Commit 29bf44e

Browse files
author
Colin Robertson
authored
Merge pull request #2812 from corob-msft/cr-1706103
Fix for bogus duplicate images 1706103
2 parents 2e79255 + 66aa199 commit 29bf44e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can customize the debugger settings for any executable CMake target in your
3434

3535
- **Targets View:** Navigate to **Targets View** in Solution Explorer. Then, right-click on a debug target and select **Add Debug Configuration** to customize the debug configuration specific to the selected target.
3636

37-
![Targets view entry point](media/cmake-targets-add-debug.png "Targets view entry point")
37+
![Targets view entry point](media/cmake-targets-add-debug-configuration.png "Targets view entry point")
3838

3939
- **Root CMakeLists.txt:** Right-click on a root *CMakeLists.txt* and select **Add Debug Configuration** to open the **Select a Debugger** dialog box. The dialog allows you to add *any* type of debug configuration, but you must manually specify the CMake target to invoke via the `projectTarget` property.
4040

Loading

0 commit comments

Comments
 (0)