docs: Improve debug adapter documentation (#40441)
docs. docs. docs. Release Notes: - N/A
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user