News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Debugger !HELP!

Started by Mason., November 14, 2012, 08:23:03 PM

Previous topic - Next topic

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).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Mason.