Author Topic: does Code::Blocks have these features?  (Read 3483 times)

Offline ixfd64

  • Multiple posting newcomer
  • *
  • Posts: 26
    • Facebook
does Code::Blocks have these features?
« on: February 06, 2010, 01:10:27 am »
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!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: does Code::Blocks have these features?
« Reply #1 on: February 06, 2010, 08:52:06 am »
  • Profiler -> yes, 08/02 and nighlty
  • Code coverage -> no (partially via CppCheck plugin -> nightly)
  • Static code analysis -> yes, 08/02 and nighlty
« Last Edit: February 06, 2010, 08:53:51 am by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ixfd64

  • Multiple posting newcomer
  • *
  • Posts: 26
    • Facebook
Re: does Code::Blocks have these features?
« Reply #2 on: February 06, 2010, 08:14:27 pm »
Thanks for the information. I've also added some clarifications to the article.

Code::Blocks is really one of the best IDEs out there! :)
« Last Edit: February 06, 2010, 08:18:59 pm by ixfd64 »