Skip to content

Commit e8114c2

Browse files
committed
Add README section about debugging in VSCode
1 parent c166c2e commit e8114c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@ to the subdirs project in the individual projects (e.g.
179179
directory in the subdirs project (e.g.
180180
`compile_commands.json -> /…/build/presets/syncthingtray/arch-android-x86_64/compile_commands.json`).
181181

182+
##### Debugging
183+
Install the extension [C/C++](https://github.com/microsoft/vscode-cpptools) from Microsoft. The repository
184+
[subdirs](https://github.com/Martchus/subdirs) contains example configuration for Syncthing Tray.
185+
186+
The extension [Native Debug](https://github.com/WebFreak001/code-debug) works as well.
187+
188+
Presumably [CodeLLDB](https://github.com/vadimcn/codelldb) (which also supports Rust) would work as well
189+
but I haven't tested that yet.
190+
182191
##### Qt
183192
To work on my C++ projects that use Qt it might be useful to install their
184193
[extension pack](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.qt). This requires the

0 commit comments

Comments
 (0)