Date: Fri, 24 Feb 2006 16:39:38 -0500 From: Gerard Seibert <gerard@seibercom.net> To: freebsd-questions@freebsd.org Subject: Tracing Program Message-ID: <20060224163317.E305.GERARD@seibercom.net>
next in thread | raw e-mail | index | archive | help
I have a program. DADA Mail, which is unfortunately not available in the ports system. One of the modules supports a discussion list. It is designed to POP a message from the mailbox and send it. Unfortunately, it is failing to delete the message from the mailbox after sending it. I need a program that I can run in conjunction with this program that can produce a log of everything that is happening when the module is running so I can send it to the developer of DADA. Perhaps someone could suggest something that would accomplish that. I am not talking a 'script' which only records output to the screen. I need one that will record exactly what the program is actually doing; i.e, system calls, etc. Thanks! -- Gerard Seibert gerard@seibercom.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060224163317.E305.GERARD>