Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: How to debug Apache httpd in Visual Studio 2008/2010 |
|
Author |
|
gnome
Joined: 13 Jul 2010 Posts: 2
|
Posted: Tue 13 Jul '10 2:35 Post subject: How to debug Apache httpd in Visual Studio 2008/2010 |
|
|
Hi all,
Am a new bie so apologies if something sounds naive .
I got the apache working in visual studio 2010 and 2008. I can build the whole server successfully.
I wanted to debug the server in visual studio like I set a break point in a module and then hit a page in the browser and the control to the break point set or something like that where I see how the request execution happens in the code level by using the debugger. Is it possible with visual studio? If yes how can we do that?
One more thing. When you build the httpd it gives a default httpd.conf files. Where should we modify the source code such that some things are added to the default file like I want to have the mod_proxy module enabled by default. I couldnt locate the code where one can do this.
Any advice and inputs will be more than welcome.
Thanks
MK |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Tue 13 Jul '10 5:07 Post subject: |
|
|
To the second part ... see
build/installwinconf.awk
To the first part use the debugging toolbar I'd imagine. Right click on a toolbar and select Debug from the choices" |
|
Back to top |
|
|
|
|
|
|