Breakpoints dont work in Codeblocks, code does not build

Hey so I've written a program and it crashes every time I run it. I tried placing breakpoints to see what was going but to my surprise they do not work! I've placed them anywhere and they do not stop the execution of the program.

In fact if I add code and hit rebuild it doesn't even build that new code! I have a few outputs for debug placed before the old code (its new). When I either build or rebuild that new code doesn't display its data and the old code that comes after it does! Its like a new debug .exe isn't even being built.

Look closely, you may have compiler errors stopping it from being built.