Never having used VC++ before (Codewarrior normally), is there anyway of debugging against the source code rather than the ASM?
Of course :) Obviously, your build needs to have debug symbols for that (i.e. must be compiled with --enable-debug --disable-optimize, which is now no longer the default)
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom
