This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: help please
Hi Varun,
I am sure, i have heard of a small library to get
stack traces from within C/C++ code, but i never tried
and forgot all about it.:)
There are tons of memory debuggers available, if you
ask google:), i use ElectricFence once in a while, and
i am pretty happy with it. I have not had much luck
with leak detectors so far.
I must say, i prefer proper unit testing etc to debugging,
but it is not easy to avoid entirely.
Yours sincerely,
Bjorn