How to detect memory leaks in a native C++ application?

  • Thread starter Thread starter Juan Dent
  • Start date Start date
J

Juan Dent

Guest
I am trying to use Analyze->Performance Profiler and check Memory Usage to see if I can catch memory leaks but when I press Start it runs the application without stopping in any breakpoints and shows no leakage -- while I know there is a memory leak because I planted one in the main() of the application. So, what am I doing wrong?





Juan Dent

Continue reading...
 
Back
Top