Package: strace-udeb Source: strace Version: 6.15.0.17.84f90-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2047 Depends: libc6-udeb (>= 2.27) Filename: ../amd64/strace-udeb_6.15.0.17.84f90-1_amd64.udeb Size: 451072 MD5sum: e95c16d0fd072f46ceb08f378656f190 SHA1: 62247a0c3b5014a85090732513379859a773af10 SHA256: d23609ecaaa9f3d61605988a35dcc73bb119b5129c5dd6ba60e19585ddad6b1b Section: debian-installer Priority: optional 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. . This is a stripped down package intended for debugging use in the Debian installer.