All -

It has been a very long time since I used the Windows debugger and I 
need a little help. I am trying to produce a stack trace from an 
execution of Apache httpd. Here are the steps I am performing.

1. From the command line I run
     devenv /debugexe bin\httpd.exe
2. Next I enable all exceptions including all the C++ exceptions (you 
will see why in a moment)
3. Now I run the exe.
4. I now bring up the browser and run the http request that causes the 
exception.

And that is as far as I get because the debugger does NOT trap the 
exception. Instead the process is just stopped and no stack trace is 
available.

I have tried this with my Apache module both with and without debugging 
enabled. Neither causes the debugger to stop at the exception.

Does anyone have any ideas how to make the debugger stop during the 
exception so I can get a stack trace?

David Ashley

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to