Package: strace Version: 6.1.0.37.6981-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2049 Depends: libc6 (>= 2.28), libdw1 (>= 0.158) Filename: ./amd64/strace_6.1.0.37.6981-1_amd64.deb Size: 510088 MD5sum: 96fc0547f7b2b20d0afdf76082b90872 SHA1: 2d51640eac21b10b7fdb0efbd6cd436227f679ba SHA256: 57a8170c1e1408a645c347c6d4220170b27a50f34281da3350692e91b0f6c792 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.