mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 13:46:06 +01:00
README.md: Add a section on debugging.
This commit is contained in:
parent
d95c5cc550
commit
67d504c37e
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -205,6 +205,20 @@ version of Proton to other users, you must adhere to the terms of these
|
||||||
licenses.
|
licenses.
|
||||||
|
|
||||||
|
|
||||||
|
Debugging
|
||||||
|
---------
|
||||||
|
|
||||||
|
Proton builds have their symbols stripped by default. You can switch to
|
||||||
|
"debug" beta branch in Steam (search for Proton in your library,
|
||||||
|
Properties... -> BETAS -> select "debug") or build without stripping (see
|
||||||
|
[Debug Builds section](#debug-builds)).
|
||||||
|
|
||||||
|
The symbols are provided through the accompanying `.debug` files which may
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
Runtime Config Options
|
Runtime Config Options
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue