Re: stepping through NSS library code

2007-08-27 Thread Umesh Bywar
h Bywar" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, August 28, 2007 10:14 AM Subject: Re: stepping through NSS library code > No special flag needed.. By default nss build in DBG mode. You can easily > step through the code using gdb. > > you can have a optimize mode with BUIL

Re: stepping through NSS library code

2007-08-27 Thread samrat saha
No special flag needed.. By default nss build in DBG mode. You can easily step through the code using gdb. you can have a optimize mode with BUILD_OPT=1 env variable. Samrat On 8/23/07, Umesh Bywar <[EMAIL PROTECTED]> wrote: > > Hi all: > > I want to step through the NSS library code. For e

stepping through NSS library code

2007-08-23 Thread Umesh Bywar
Hi all: I want to step through the NSS library code. For example, I want to step through SSL_ResetHandshake in mozilla/security/nss/lib/ssl/sslsecur.c. I am not able to do so using the Visual Studio .Net 2003's debugger. I can step through other files but when I press F11 on SSL_ResetHandsh