Package: strace-udeb Source: strace Version: 7.2-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2079 Depends: libc6-udeb (>= 2.43) Filename: ../amd64/strace-udeb_7.2-1_amd64.udeb Size: 470484 MD5sum: d7e0217ef27c50884d4e1fec0d025bf7 SHA1: f62bbe33d777c539ed5ad282464b7c615117374b SHA256: 09e0f72c3c8ad51a7bd7f6fc8059fec77a4d1e887f60e388a3ede9d9cff8bf95 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.