Re: [exim-dev] Running a delivery process under a debugger

Top Page
Delete this message
Reply to this message
Author: Sam Michaels
Date:  
To: Florian Weimer
CC: exim-dev
Subject: Re: [exim-dev] Running a delivery process under a debugger
On 1/30/06, Florian Weimer <fw@???> wrote:
> Any ideas how I can run a remote delivery process under GDB?
> It seems that even synchronous delivery is done from a child process,
> and I have trouble attaching GDB to that process.


Have it queue the message and then do a delivery attempt yourself with -M.

Sam