Re: Debugging OpenSSL in DDD

2004-10-19 Thread Gurpreet Grewal
Yes I did so, compiled with the -g option, but strangely it doesn't show up. On Tue, 19 Oct 2004 14:27:25 -0600, Doug Royer <[EMAIL PROTECTED]> wrote: > > Did you compile OpenSSL in debug mode? > > If not the debugger will not show the source code. > > >

Debugging OpenSSL in DDD

2004-10-19 Thread Gurpreet Grewal
I need to trace through OpenSSL code to see the flow of things when I use it for some processing. I am trying to use DDD for the same but haven't been able to do so. When I try to do "Open Source" from the "File" menu, it doesnt show me any files which I can open and set up my break points. Any id