Skip to content

Commit cb7c5ca

Browse files
committed
Add gdb and lldb links to debugging troubleshooting
1 parent d94adc7 commit cb7c5ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developer-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -375,12 +375,12 @@ There are a few possible fixes:
375375

376376
1. Configure source file mapping.
377377

378-
For `gdb` create or append to `.gdbinit` file:
378+
For `gdb` create or append to [`.gdbinit` file](https://sourceware.org/gdb/current/onlinedocs/gdb#gdbinit-man):
379379
```
380380
set substitute-path ./src /path/to/project/root/src
381381
```
382382

383-
For `lldb` create or append to `.lldbinit` file:
383+
For `lldb` create or append to [`.lldbinit` file](https://lldb.llvm.org/man/lldb.html#configuration-files):
384384
```
385385
settings set target.source-map ./src /path/to/project/root/src
386386
```

0 commit comments

Comments
 (0)