Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: hongxing on August 04, 2006, 11:28:20 am

Title: can CB support debug using valgrind?
Post by: hongxing on August 04, 2006, 11:28:20 am
I find valgrind is really a cool debug tool.
Title: Re: can CB support debug using valgrind?
Post by: thomas on August 04, 2006, 11:56:11 am
Valgrind only runs under Linux. Code::Blocks is not a Linux IDE, but a cross-platform IDE. Therefore,
its components have to work on more than just one platform.

However, you are welcome to write a plugin for Valgrind. Even though it will still only work for Linux, it is surely a valuable addition.