logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: How to debug Apache httpd in Visual Studio 2008/2010
Author
gnome



Joined: 13 Jul 2010
Posts: 2

PostPosted: Tue 13 Jul '10 2:35    Post subject: How to debug Apache httpd in Visual Studio 2008/2010 Reply with quote

Hi all,

Am a new bie so apologies if something sounds naive Smile.
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

PostPosted: Tue 13 Jul '10 5:07    Post subject: Reply with quote

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


Reply to topic   Topic: How to debug Apache httpd in Visual Studio 2008/2010 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads