Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: wanggaoteng on April 06, 2019, 05:33:01 am

Title: Is there something like Valgrind for windows when using CB?
Post by: wanggaoteng on April 06, 2019, 05:33:01 am
Hi, there is a tool named Valgrind in the toolbar of CodeBlocks for the linux version, not for the windows version. The Valgrind is very useful.
Is there something like Valgrind for the windows to use for coding C/C++?
Title: Re: Is there something like Valgrind for windows when using CB?
Post by: CJS on April 07, 2019, 08:45:20 pm
I have found DrMemory to be very useful.  You install it, drag your .exe onto its icon, and after closing your app, it reports any issues in Notepad.
Home page:
http://drmemory.org/
Title: Re: Is there something like Valgrind for windows when using CB?
Post by: raynebc on April 08, 2019, 06:45:52 pm
Even though it doesn't support C++'s new and delete allocation/de-allocation mechanisms, I've been using MemWatch for several years.
Title: Re: Is there something like Valgrind for windows when using CB?
Post by: wanggaoteng on May 28, 2019, 03:30:34 pm
I have found DrMemory to be very useful.  You install it, drag your .exe onto its icon, and after closing your app, it reports any issues in Notepad.
Home page:
http://drmemory.org/
Hi, CJS,
Thank you. Sorry for my late reply. I'll try DrMemory.
Thanks for posting the link of DrMemory.
Title: Re: Is there something like Valgrind for windows when using CB?
Post by: wanggaoteng on May 28, 2019, 03:31:59 pm
Even though it doesn't support C++'s new and delete allocation/de-allocation mechanisms, I've been using MemWatch for several years.
Hi, raynebc,
Thank you. Sorry for my late reply. I'll try MemWatch.
Title: Re: Is there something like Valgrind for windows when using CB?
Post by: Mary_El on January 24, 2020, 02:23:10 pm
if you prefer UI I would suggest Deleaker. It seems it is not integrated with Code Blocks but its standalone version is always ready to show leaks. Cheers, Mary.