What do I have to set the compiler/debugger under settings on the toolchain excessable tab (debbugger says gbd.exe)- What do I have to set this to so I can run code?
C++ And GNU GNC Compiler
Current settings are:
C Compiler: mingw32-gcc.exe
C++ Compiler: mingw32-g++.exe
Linker for dynamic libs: mingw32-g++.exe
linker for static libs: ar.exe
*WHAT I NEED HELP WITH* Debugger: gbd.exe
Resource Compiler: windres.exe
make program: mingw32-make.exe
I need help with the debugger so I can continue learning. Without being able to debugg the stuff, I can't continue.