Author Topic: Debug  (Read 3112 times)

JosephP

  • Guest
Debug
« on: June 26, 2008, 11:51:54 pm »
Hi,

I am coding my own IDE for a programming language I am coding, but the IDE will have the ability to add different compilers for different languages. But, my problem, I just started a new project with the wxWidgets. But I cannot debug, build or run my application. I have not coded none yet, but it will not compile or anything. It says I need to choose my debugger. GDB.exe is selected, but it cannot find it. What am I doing wrong?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Debug
« Reply #1 on: June 27, 2008, 08:47:55 am »
GDB.exe is selected, but it cannot find it. What am I doing wrong?
You hopefully ensured that GDB is *really* in your path.- If you installed the MinGW compiler suite yourself than GDB is usually *not* included but needs to be downloaded as separate package. Please really make sure you do have gdb.exe and it is in the PATH.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ