strace
Description
strace is a system call tracer, i.e. a debugging tool which prints out<br> a trace of all the system calls made by a another process/program.
strace Web SiteUser Ratings
User Reviews
-
This software is very useful. A sc68 software told me that it couldn't write a file. With strace, I can know what is the file missing :)
-
Very useful, 10x!