Package: strace-udeb Source: strace Version: 6.12.0.44.211e4-1 Architecture: i386 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1282 Depends: libc6-udeb (>= 2.19) Filename: ../i386/strace-udeb_6.12.0.44.211e4-1_i386.udeb Size: 352816 MD5sum: 7a8d9967b5457696d39d3e658e7988e3 SHA1: 4adb086a05f23941e77ef7d95e75d50107065401 SHA256: f0dee31a1778c10f98a5ee4e6f234fc700faa2088c2051b7c8d6c27deff5793f 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.