Package: strace-udeb Source: strace Version: 6.1.0.37.6981-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1903 Depends: libc6-udeb (>= 2.28) Filename: ../amd64/strace-udeb_6.1.0.37.6981-1_amd64.udeb Size: 425244 MD5sum: aa4c4c19dcfcc591f84143f6e254c33d SHA1: 67e353a2889f0588a4805ebd5e26515616198a5f SHA256: 9208d4fe16deb4b16baa5c32df660b321fc1a0bac30762793112be3a9e42626d 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.