Package: strace-udeb Source: strace Version: 7.0-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 3187 Depends: libc6-udeb (>= 2.31) Filename: ../amd64/strace-udeb_7.0-1_amd64.udeb Size: 803996 MD5sum: 2900de7afb1553fc0de549c33c44dcd4 SHA1: b718255d4cd12e6c78fcca841e87eefde423f82b SHA256: cb5544e5ccc5254b2f1cf70520112b5f2976e0c72922a74bf06a3e130963ab3f 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.