User forums > Using Code::Blocks

Debugger !HELP!

(1/1)

Mason.:
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.

oBFusCATed:
You have to set it to gdb.exe or the debugger executable you've installed. It should be gdb release (MinGW, TDM or something else doesn't matter).

Mason.:
Thanks

Navigation

[0] Message Index

Go to full version