I am trying to debug somebody else's code and after running the application in debug mode for about 12 hours I get a first chance exception at 0x400795f4 in XXXX Cx00000FD Stack Overflow
. I have turned on break at this exception but it does not break there and by the time it happens the application has stopped running at file atlosapice.h line 906
which is the wvsprinfw
function.
I was wondering if there were anything else that I could do to try and find this? The application that I am trying to debug is running on WinCE 6.0 and using Visual Studio 2008.