How to Debug a Project in Linux ?

Hello everybody, i have a question about Linux and Code:Blocks Compiler...
I cant debug my project ... if i push the debug or release button then i got this message in my debug log:

-------------- Build: Debug in Learning ---------------

Compiling: main.cpp
/bin/sh: 1: g++: not found
Process terminated with status 127 (0 minutes, 0 seconds)
0 errors, 0 warnings


> Code:Blocks Compiler
Code:Blocks is not a compiler, but an IDE.
Compilers are, by instance, g++ and clang++.

You don't seem to have installed a compiler. Use your package manager to do so.
Topic archived. No new replies allowed.