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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Sam Michaels
Date:  
À: Florian Weimer
CC: exim-dev
Sujet: 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