Package: strace Version: 6.12-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2176 Depends: libc6 (>= 2.28), libdw1 (>= 0.158) Filename: amd64/strace_6.12-1_amd64.deb Size: 541444 MD5sum: ff6966ca4f50c55d619d4a82f3ddaaca SHA1: 731086a0453b0531d004af58a65b6ce5329bf6fe SHA256: d194c24f3c22e371fa07418077cbd74d3c6c9b9e0b4d568e0334a072484d365f 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 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.