Package: strace-udeb Source: strace Version: 6.19-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2163 Depends: libc6-udeb (>= 2.27) Filename: ../amd64/strace-udeb_6.19-1_amd64.udeb Size: 486476 MD5sum: d76f4a8097a231bea3d7629122337a19 SHA1: 5209659d98e09636f80943eca0f79fbd245a134b SHA256: 224a3cee8649cbc93a4d78abd11e61d8e079e02e3ed6be1974787943ec2766b8 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.