Dear managers,
I wanted to know which tools are available to perform debugging of
memory. Right now I'm debugging a huge code, which is crashing very often.
I found very much arrays which were too small. I think there are still
lots of them in this source. I wanted to know if there are tools
available which would alloew me to debug statically allocated arrays,
i. e. something like char array[5];
For the moment I'm using the malloc_dbg tool, which is available on the
net, and which allows to debug the heap. I still didn't find anything to
debug the stack and statically allocated arrays.
Any help is welcome
Christophe Colle
| \ =============================================================
| \ Colle Christophe Phone: +32-(0)9-2403955
+---- mail: colle_at_krtkg1.rug.ac.be
http://krtkg1.rug.ac.be/~colle
|
----------+ When I'm not in Ghent, Then I'm probably Sailing
\________| ======= Radiotherapy Department, Ghent =============
Received on Sat Jan 27 1996 - 19:21:39 NZDT