mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
c6fdc4da3f
- Update COMMENT - Update pkg-descr - Remove unnecessary mkdir - Take maintainership
11 lines
415 B
Plaintext
11 lines
415 B
Plaintext
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.
|
|
|
|
strace is similar to the native BSD ``truss'' utility, but it's output style is
|
|
more convenient in most cases.
|
|
|
|
For strace to work, procfs has to be mounted. FreeBSD does not mount it by
|
|
default. For more information, man procfs.
|
|
|
|
WWW: http://sourceforge.net/projects/strace/
|