Monday, October 19, 2009

Strace – A Process Tracer And Debugging Tool

Q. How do I install Strace utility under FreeBSD operating system so that I can trace and debug my applications and report 3rd party software bugs?

A. Strace is a process tracer, i.e. a debugging tool that prints out a trace of all the system calls made and signals received by a process itself or [...]

No comments: