Package: strace-udeb Source: strace Version: 7.2-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2063 Depends: libc6-udeb (>= 2.42) Filename: ../amd64/strace-udeb_7.2-1_amd64.udeb Size: 459804 MD5sum: 6cbbbf1213c04b7a3a206b2a604169c0 SHA1: 9370bd4573d702cc066c7a5dcfe208fa8d86b6ce SHA256: 3db952c4022d06af67a433e52ad008c2ad2d34415b340f6b3896bb86af9f55b6 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.