Difference between revisions of "Feature List"

From Code::Blocks
m (Code folding.)
Line 8: Line 8:
 
==Compiler==
 
==Compiler==
 
* '''Multiple compiler support:'''
 
* '''Multiple compiler support:'''
** [[Installing a supported compiler#Downloading the GNU GCC compiler .26 GDB debugger|GNU GCC]] ([[Installing Fortran Compiler|incl. G77]]) (Linux)
+
** [[Installing a supported compiler#Downloading the GNU GCC compiler .26 GDB debugger|GNU GCC]] ([[Installing Fortran Compiler|incl. GFortran]]) (Linux)
** [[Installing a supported compiler#MinGW.2FGCC|MinGW GCC]] ([[Installing Fortran Compiler|incl. G77]]) (Win32)
+
** [[Installing a supported compiler#MinGW.2FGCC|MinGW GCC]] ([[Installing Fortran Compiler|incl. GFortran]]) (Win32)
 
** MSP430 GCC (Win32)
 
** MSP430 GCC (Win32)
 
** TriCore GCC (Win32, Linux)
 
** TriCore GCC (Win32, Linux)
Line 32: Line 32:
 
* [[The build process of Code::Blocks#Using project dependencies|Inter-project dependencies]] inside workspace
 
* [[The build process of Code::Blocks#Using project dependencies|Inter-project dependencies]] inside workspace
 
* [[Integrating Microsoft Visual C 6 with Code::Blocks IDE#Working with "legacy" MSVC6 workspaces/projects|Imports MSVC projects and workspaces]] (NOTE: assembly code not supported yet)
 
* [[Integrating Microsoft Visual C 6 with Code::Blocks IDE#Working with "legacy" MSVC6 workspaces/projects|Imports MSVC projects and workspaces]] (NOTE: assembly code not supported yet)
* Imports Dev-C++ projects  
+
* Imports Dev-C++ projects
  
 
==Debugger==
 
==Debugger==

Revision as of 05:40, 4 April 2015

Highlights

  • Open Source! GPLv3, no hidden costs.
  • Cross-platform. Runs on Linux, Mac, Windows (uses wxWidgets).
  • Written in C++. No interpreted languages or proprietary libs needed.
  • Extensible through plugins

Compiler

Debugger

  • Interfaces GNU GDB
  • Also supports MS CDB (not fully featured)
  • Full breakpoints support:
    • Code breakpoints
    • Data breakpoints (read, write and read/write)
    • Breakpoint conditions (break only when an expression is true)
    • Breakpoint ignore counts (break only after certain number of hits)
  • Display local function symbols and arguments
  • User-defined watches (support for watching user-defined types through scripting)
  • Call stack
  • Disassembly
  • Custom memory dump
  • Switch between threads
  • View CPU registers

Interface

Plugins