main/strace: enable stack trace support
strace -k is an extremely useful debugging tool, especially in asynchronous debugging (you tell someone what commands to run, then wait for them to return with the output).
strace -k is an extremely useful debugging tool, especially in asynchronous debugging (you tell someone what commands to run, then wait for them to return with the output).