docs: Add DEBUGGING.md.

This commit is contained in:
Arkadiusz Hiler 2024-02-14 18:38:57 +02:00
parent 809b6b66dc
commit 1d04497177
2 changed files with 123 additions and 0 deletions

View file

@ -218,6 +218,8 @@ need to be explicitly loaded by the debugging tools. For GDB there's a helper
script `wine/tools/gdbinit.py` (source it) that provides `load-symbol-files`
(or `lsf` for short) command which loads the symbols for all the mapped files.
For tips on debugging see [docs/DEBUGGING.md](docs/DEBUGGING.md).
`compile_commands.json`
-----------------------