Build C/C++ binary

We will now walk though some of the debug features of the C/C++ Development Toolkit using a Standard Make project Hello World example. Before you can start debugging the project, you have to build a debugable executable, for g++ this is defined using the -g option.