Strace
From Wikipedia, the free encyclopedia
- The correct title of this article is strace. The initial letter is shown capitalized due to technical restrictions.
strace is a debugging utility in Linux to monitor the system calls used by a program and all the signals it receives. This is made possible by a Linux kernel feature known as ptrace.
A similar utility is provided by Cygwin.