Package: strace Version: 6.19-1 Architecture: amd64 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2354 Depends: libc6 (>= 2.15), libdw1 (>= 0.158) Filename: amd64/strace_6.19-1_amd64.deb Size: 592600 MD5sum: 1a334aa3c58fc26e08969030d4bc7e29 SHA1: a71d05c09d6c3794086b505aeea70ec4c79f703e SHA256: d9b5cd5550a9e1b31c4e21e1468715cfd0e7f3b197c8eba457f8599e90a22c36 Section: utils Priority: optional Homepage: https://strace.io 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.