File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,15 @@ to the subdirs project in the individual projects (e.g.
179179directory 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
183192To 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
You can’t perform that action at this time.
0 commit comments