Skip to content

Commit b669e64

Browse files
authored
Update vscode-start.md
1 parent 2509426 commit b669e64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_docs/tutorials/debugging/vscode-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Debugging with Visual Studio Code
3-
permalink: /docs/tutorials/debugging-vscode/
3+
permalink: /docs/tutorials/advanced/debugging-vscode/
44
author: Ingo Lütkebohle
55
---
66

@@ -94,4 +94,4 @@ Extract the SVD and then add an `svdFile` attribute to the launch configuration.
9494
Run the debugger again, and your window should look as follows:
9595
![](/img/tutorials/debug-vscode-svd.png)
9696

97-
Voilà! The `Cortex Peripherals` is populated with everything that the STM32F407 MCU has to offer. Please note that not all of these peripherals might actually be connected on the board. However, those that are, and that are used in your application, can easily be investigated like this.
97+
Voilà! The `Cortex Peripherals` is populated with everything that the STM32F407 MCU has to offer. Please note that not all of these peripherals might actually be connected on the board. However, those that are, and that are used in your application, can easily be investigated like this.

0 commit comments

Comments
 (0)