I am coding with C. I just started using : Code::Blocks 17.12 because there were to many errors in Visual Studio. The problem is that I can't get it to stop at the breakpoints for just one of my projects. There are six includes and then the typical : int main(int argc, char **argv){
I am using GNU GDB for debugging. The project has a dll called cygwin1.dll. The command prompt mentions that this is most likely the problem. I deleted all the extra .dlls and this didn't help.
Has anyone run into this problem before ; or have any suggestions?
Really, I'd like to step in to the headers too.
Thank you,
Josheir
Edit: The program exits with an exception: Status_Stack_Overflow dump. It's mostly Hexadecimal.