Package: strace Version: 6.1.0.37.6981-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2061 Depends: libc6 (>= 2.28), libdw1 (>= 0.158) Filename: ./amd64/strace_6.1.0.37.6981-1_amd64.deb Size: 512792 MD5sum: 6d360429a98fe5dd82d2594a1386f9bf SHA1: a1b7642b1468b14dcaeb58fcb6bae060b045d611 SHA256: 3a8a5421e7401e8f31b0b63e770a1e0e8c8b548b4444d54d394935815d58716c 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.