Skip to content

main/strace: enable stack trace support

Alex Xu (Hello71) requested to merge alxu/aports:strace-stack-traces into master

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).

Merge request reports