Package: strace
Version: 5.8.0.9.9366-1
Architecture: amd64
Maintainer: Steve McIntyre <93sam@debian.org>
Installed-Size: 1741
Depends: libc6 (>= 2.28), libdw1 (>= 0.158)
Filename: ./amd64/strace_5.8.0.9.9366-1_amd64.deb
Size: 430176
MD5sum: 1835506ff4581d5181fd9f1f1ec56826
SHA1: 8f745295e7351e23952c8cbe50856bf0b035d287
SHA256: 55ebfec08d54df5e907da5243f5cb77b48bc137d38f13323d1e8e17aa9ca1868
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 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.