Here is a typical command line
apache -D ONE_PROCESS -f [path to the conf file]
Using this command line you will be able to set breakpoints and have
them actually work. Otherwise multiple processes will be started and
then debgging becomes a PAIN...
Christian
On Tue, 8 May 2001 09:22:03 -0700 , you wrote:
>hi.
>I was just wondering how to go about debugging apache2
>inside of Visual C++'s IDE. I set a breakpoint but it never
>gets hit.
>
>any pointers???
>
>also if anyone has tips about using the profiler in win32.
>
>Thanks
>
>Ian