Package: strace Version: 5.8.0.9.9366-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1701 Depends: libc6 (>= 2.28), libdw1 (>= 0.158) Filename: ./amd64/strace_5.8.0.9.9366-1_amd64.deb Size: 419508 MD5sum: 0c925522c5a1175fe1e38e731aabe66b SHA1: d6e3e6e063d8dce0c7b72e2eb591b5b65b878af6 SHA256: b3d7ae7a1e3f3c684bf4e6f17340a69a6fb9697413da819bb682984fb78255ba Section: utils Priority: optional Homepage: https://strace.io Description: System call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.