diff options
| author | James Young | 2025-11-04 01:05:39 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-04 01:05:39 +0100 |
| commit | a9739f78681dee290ede955c02b360f5c133f783 (patch) | |
| tree | 3f49a2d4b8f200b091379c52822e8ddf03776b3a /docs/other_vscode.md | |
| parent | a5fb7cfbc9f8e2eee6dcd46f3d47ec58fd539336 (diff) | |
[docs] Replace Imgur-hosted images (#25690)
Diffstat (limited to 'docs/other_vscode.md')
| -rw-r--r-- | docs/other_vscode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/other_vscode.md b/docs/other_vscode.md index 0b39746a6e..3bd7e3f44f 100644 --- a/docs/other_vscode.md +++ b/docs/other_vscode.md @@ -174,7 +174,7 @@ You'll need to perform some modifications to the file above in order to target y * `"armToolchainPath"`: _[Optional]_ The path to the ARM toolchain installation location on Windows -- under normal circumstances Linux/macOS will auto-detect this correctly and will not need to be specified. ::: warning -Windows builds of QMK Firmware are generally compiled using QMK MSYS, and the path to gdb's location (`C:\\QMK_MSYS\\mingw64\\bin`) needs to be specified under `armToolchainPath` for it to be detected. You may also need to change the GDB path to point at `C:\\QMK_MSYS\\mingw64\\bin\\gdb-multiarch.exe` in the VSCode Cortex-Debug user settings:  +Windows builds of QMK Firmware are generally compiled using QMK MSYS, and the path to gdb's location (`C:\\QMK_MSYS\\mingw64\\bin`) needs to be specified under `armToolchainPath` for it to be detected. You may also need to change the GDB path to point at `C:\\QMK_MSYS\\mingw64\\bin\\gdb-multiarch.exe` in the VSCode Cortex-Debug user settings:  ::: The following modifications must be made to the keyboard's `rules.mk` file to enable debug information and disable optimisations -- this will ensure breakpoints and variable viewing works correctly: |