  Detecting memory leaks? 
 The Question is:
 
How can I measure the memory that is used by a
certain process? I want to detect a memory leak
in my program. Got into the Monitor tool, but
could not find the right thing.
Thank you!
 
 The Answer is:
 
  Use the Heap Analyzer, which is documented in the Debugger manual.
  Also please see topics here including (562), (2896), (5640), etc.
 
