Skip to content

Commit 5d8fe6c

Browse files
authored
Merge pull request #3056 from TylerMSFT/twhitney-cmaketoc
update breadcrumb
2 parents e5ea538 + c797db9 commit 5d8fe6c

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/_breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
- name: Linux
9090
tocHref: /cpp/linux/
9191
topicHref: /cpp/linux/index
92+
- name: Linux
93+
tocHref: /cpp/build/configure-cmake-debugging-sessions
94+
topicHref: /cpp/linux/index
9295
- name: MFC
9396
tocHref: /cpp/mfc/
9497
topicHref: /cpp/mfc/mfc-desktop-applications

docs/linux/cmake-linux-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Use the following settings to run commands on the Linux system before and after
139139

140140
## Next steps
141141

142-
[Configure CMake debugging sessions](../build/configure-cmake-debugging-sessions.md)
142+
[Configure CMake debugging sessions](../build/configure-cmake-debugging-sessions.md?toc=/cpp/linux/toc.json&bc=/cpp/_breadcrumb/toc.json)
143143

144144
## See also
145145

docs/linux/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
href: ../linux/cmake-linux-project.md
4949
- name: Configure a Linux CMake project
5050
href: ../linux/cmake-linux-configure.md
51+
- name: Configure CMake debugging sessions
52+
href: ../build/configure-cmake-debugging-sessions.md?toc=/cpp/linux/toc.json&bc=/cpp/_breadcrumb/toc.json
5153
- name: "Tutorial: Create C++ cross-platform projects in Visual Studio"
5254
href: ../build/get-started-linux-cmake.md
5355
- name: Configure Linux projects to use Address Sanitizer

0 commit comments

Comments
 (0)