eliofungi@hotmail.com Guest
|
Posted: Thu Jul 20, 2006 8:10 am Post subject: variable inspection |
|
|
I am debugging a program which makes an intensive use of lists, which
are created/deleted many times. During program execution the size of
the occupied memory increases more and more, as if some memory was not
released. I could not find anything wrong in the code. Is there any way
to use the debugger to inspect memory size and/or holes during program
execution? I could not find it in the manual |
|