Thanks Samrat. I was using Visual Studio .Net's debugger. But anyway I 
could debug it even with that by building the code with debug flag on and 
optimize flag off.

Best Regards.
Umesh.
----- Original Message ----- 
From: "samrat saha" <[EMAIL PROTECTED]>
To: "Umesh Bywar" <[EMAIL PROTECTED]>
Cc: <dev-tech-crypto@lists.mozilla.org>
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 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 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_ResetHandshake call,
>> instead of stepping through this function, the debugger points at the 
>> next
>> statement in the code (i.e. exactly what would happen on pressing F10). 
>> Do
>> I need to build mozilla with some special flags to be able to step 
>> through
>> this code?
>>
>> Best Regards.
>> Umesh.
>> _______________________________________________
>> dev-tech-crypto mailing list
>> dev-tech-crypto@lists.mozilla.org
>> https://lists.mozilla.org/listinfo/dev-tech-crypto
>>
> _______________________________________________
> dev-tech-crypto mailing list
> dev-tech-crypto@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-crypto
>
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to