-
Notifications
You must be signed in to change notification settings - Fork 73
Strace
John edited this page Mar 3, 2021
·
6 revisions
(in Game Menu and Game Config)
If STRACERUN
is set to 1 stl will write a strace log of the launched game
strace is launched with the commandline arguments found in STRACEOPTS
.
When STRACERUN
is enabled make sure
/proc/sys/kernel/yama/ptrace_scope
is set to 0.
else your user will get access denied when trying to attach a process.
Either
echo 0 > /proc/sys/kernel/yama/ptrace_scope
as root or enable it persistent in sysctl.
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced