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

Reply via email to