Package: strace Version: 7.0-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 3339 Depends: libc6 (>= 2.28), libdw1 (>= 0.158) Filename: amd64/strace_7.0-1_amd64.deb Size: 893916 MD5sum: 1b178e8089a03d6a2f5ac1d19371a166 SHA1: b1d6d8a5c70b5deab677c4d94b986d4c26768deb SHA256: 25e643363e773ca94869e07295e3a014bcccc315819d3018e29f9a3f670a180c 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.