Jie Zhang wrote:
Hello everybody,
I am not able to debug into the OpenSSL library(openssl-0.9.8a) with my Microsoft
Visual C++ .net IDE.
But during my application execution, I got:
'alfssl2_server.exe': Loaded
'C:\Jie\vscode\alfssl2_work_client\Debug\ssleay32.dll', Symbols loaded.
'alfssl2_server.exe': Loaded 'C:\Jie\vscode\alfssl2_work_client\Debug\libeay32.dll', Symbols loaded.
My application is running in debug mode, in my applicatioin’s project properties,
Debug Information Format is: Program Database(/Zi)
Runtime Library: Multi-threaded Debug DLL(/MDd)
I don't use the 'debug' flavor, I make sure my compile includes /Zi /Oy- and
my link includes /debug /opt:ref
This usually works for me (although it optimizes out alot of locals, I usually
only need to see the arguments passed down the call stack.)
Bill
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]