Package: strace-udeb Source: strace Version: 5.8.0.9.9366-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1563 Depends: libc6-udeb (>= 2.30) Filename: ../amd64/strace-udeb_5.8.0.9.9366-1_amd64.udeb Size: 334568 MD5sum: f245490b224e01daf433ce7cd27b3dca SHA1: d9f7ca382d1915a1aadddbebaaf4996920b9a5d0 SHA256: 0c3bf445ef9ce30ce07d6dc0fe80e9edff441e8dfee62f1e34c84a8d93940b54 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.