Package: strace Version: 6.9-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2151 Depends: libc6 (>= 2.15), libdw1 (>= 0.158) Filename: amd64/strace_6.9-1_amd64.deb Size: 537612 MD5sum: 0fd89a34cf14fa84f79fd623d50dc077 SHA1: e74221f8079c36ae31b7cdafbd3a1593222be633 SHA256: 7dfdeb5d69cce3e7f77faa55d5b9a376a6f9b21e2b08c1031adbdce053a46d74 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.