News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

does Code::Blocks have these features?

Started by ixfd64, February 06, 2010, 01:10:27 AM

Previous topic - Next topic

ixfd64

Does anyone know if Code::Blocks has these features for the C/C++ environment, either in the most recent stable version (8.02) or the nightly builds?


  • Profiler
  • Code coverage
  • Static code analysis

If not, are there any plans to include these features in later versions?

I'm trying to update this Wikipedia article. By the way, if anyone is familiar with different IDEs, please consider filling out some of the other "Unknown" sections in the article. Thanks!

MortenMacFly

#1
Quote from: ixfd64 on February 06, 2010, 01:10:27 AM

  • Profiler -> yes, 08/02 and nighlty
  • Code coverage -> no (partially via CppCheck plugin -> nightly)
  • Static code analysis -> yes, 08/02 and nighlty
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ixfd64

#2
Thanks for the information. I've also added some clarifications to the article.

Code::Blocks is really one of the best IDEs out there! :)