We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94adc7 commit cb7c5caCopy full SHA for cb7c5ca
doc/developer-notes.md
@@ -375,12 +375,12 @@ There are a few possible fixes:
375
376
1. Configure source file mapping.
377
378
-For `gdb` create or append to `.gdbinit` file:
+For `gdb` create or append to [`.gdbinit` file](https://sourceware.org/gdb/current/onlinedocs/gdb#gdbinit-man):
379
```
380
set substitute-path ./src /path/to/project/root/src
381
382
383
-For `lldb` create or append to `.lldbinit` file:
+For `lldb` create or append to [`.lldbinit` file](https://lldb.llvm.org/man/lldb.html#configuration-files):
384
385
settings set target.source-map ./src /path/to/project/root/src
386
0 commit comments