LinuxHow-To 4 min read
How to Debug a Program on Linux with strace
Using strace to see exactly which system calls a misbehaving program makes — often the fastest way to diagnose a problem with no useful logs.
#howto#strace#debugging
Read more tag
1 post
Using strace to see exactly which system calls a misbehaving program makes — often the fastest way to diagnose a problem with no useful logs.