docs: Improve debug adapter documentation (#40441)

docs. docs. docs.

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki
2025-10-17 00:36:47 +00:00
committed by GitHub
parent 4fa3331bf2
commit 908ae95cf8
9 changed files with 37 additions and 10 deletions
+3
View File
@@ -135,6 +135,9 @@ After building your project, CMake will generate the `compile_commands.json` fil
You can use CodeLLDB or GDB to debug native binaries. (Make sure that your build process passes `-g` to the C++ compiler, so that debug information is included in the resulting binary.) See below for examples of debug configurations that you can add to `.zed/debug.json`.
- [CodeLLDB configuration documentation](https://github.com/vadimcn/codelldb/blob/master/MANUAL.md#starting-a-new-debug-session)
- [GDB configuration documentation](https://sourceware.org/gdb/current/onlinedocs/gdb.html/Debugger-Adapter-Protocol.html)
### Build and Debug Binary
```json [debug]