Author Topic: can CB support debug using valgrind?  (Read 4954 times)

hongxing

  • Guest
can CB support debug using valgrind?
« on: August 04, 2006, 11:28:20 am »
I find valgrind is really a cool debug tool.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: can CB support debug using valgrind?
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."