mirror of
https://github.com/ValveSoftware/Proton
synced 2025-09-01 15:25:11 +00:00
proton: Add +unwind to the default debug channels.
This commit is contained in:
committed by
Arkadiusz Hiler
parent
2b4bfa46d6
commit
959f3665c3
@@ -7,7 +7,7 @@ user_settings = {
|
||||
#Log directory can be overridden with $PROTON_LOG_DIR.
|
||||
|
||||
#Wine debug logging
|
||||
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree",
|
||||
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
|
||||
|
||||
#DXVK debug logging
|
||||
"DXVK_LOG_LEVEL": "info",
|
||||
|
Reference in New Issue
Block a user