Package: strace-udeb Source: strace Version: 6.1.0.37.6981-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1895 Depends: libc6-udeb (>= 2.26) Filename: ../amd64/strace-udeb_6.1.0.37.6981-1_amd64.udeb Size: 421002 MD5sum: 65b53a727624a28c2cbd5f28619e7a71 SHA1: ce6e44e3b2682af6a19a456394e087684c6cc372 SHA256: d0906058f59650c86725a7e27b0257bcba6be608e948a1a8973e439902f96dc5 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 a 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.