Re: [users@httpd] debug httpd with windbg

2014-08-04 Thread Jeff Trawick
On Sun, Aug 3, 2014 at 11:34 AM, Vadim Blumkin wrote: > Hi, > > > > Is there any way to debug httpd process with Windbg ? > > > > We have Apache installed on Windows x64 OS , when I can see two processes > in the Task Manager . I want to debug the child process because it’s is > actually handles

[users@httpd] debug httpd with windbg

2014-08-03 Thread Vadim Blumkin
Hi, Is there any way to debug httpd process with Windbg ? We have Apache installed on Windows x64 OS , when I can see two processes in the Task Manager . I want to debug the child process because it’s is actually handles all the requests . But Windbg cannot connected to the apache child proc