Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Memory Debugging tools for visual studio

I have several heap corruption problems with an application I am working on. It is built on C and we are using Visual Studio to compile and debug it. But we have this annoying heap corruptions problem and we need to find the source of that corruption.

Do you know any good tool that can help me? I have already tried purify plus but it is giving me some problems.

like image 368
Leandro Galluppi Avatar asked May 15 '26 06:05

Leandro Galluppi


1 Answers

Visual Studio has a suite of heap debugging tools built in. Compiling with /ANALYZE helps too.

like image 143
Crashworks Avatar answered May 16 '26 19:05

Crashworks



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!