Package: strace Version: 6.15.0.17.84f90-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2233 Depends: libc6 (>= 2.33), libdw1 (>= 0.158) Filename: amd64/strace_6.15.0.17.84f90-1_amd64.deb Size: 561000 MD5sum: 72c1101a78497359226202fc99c928cd SHA1: 63d22a9ad54e69dadc151d1583775022f7b7d712 SHA256: 96a9c51268604a4514526286e4eec4dd9f404a9ae0484afdab2392c52075eb91 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.