User forums > Help

Debugger executable not set problem

<< < (2/2)

rickg22:
No, copy gdb.exe where your MinGW installation is (this is, replace the gdb.exe with your own copy)

Orlando:

--- Quote from: rickg22 on August 08, 2005, 11:36:32 pm ---No, copy gdb.exe where your MinGW installation is (this is, replace the gdb.exe with your own copy)

--- End quote ---

That's what I have now. MinGW\bin contains both
mingw32-c++.exe (3.4.2)
gdb.exe              ( 5.2.1)

Code compiles but the debugger doesn't start (see above). It seems that the path to gdb.exe is not set correctly although it's dieplayed correctly in the configuration dialog. Can I enter the path to the debugger manually in a config file?

rickg22:
I see...

I think it's got to do with the configuration. I'll research more about it, maybe you found a bug.

In the meantime, add the (path to your MINGW)\bin in "My PC", right click, Properties, advanced options, environment variables, system variables, PATH. (Separate with semicolons).

Orlando:

--- Quote from: rickg22 on August 09, 2005, 01:51:03 am ---I think it's got to do with the configuration. I'll research more about it, maybe you found a bug.

--- End quote ---

Another observation:
1. Clean the project manually
2. Open CB and open a Project
3. Press button 'Run' (without compiling before)
4. Message Box Error "Can't find comiler executable in your search path for GNU GCC compiler"
5. Press 'ok'
6. Message Box Information "It seems that this project has not been built yet. Do you want to build in now?"
7. Press 'yes'
8. Compiling ....
 

Navigation

[0] Message Index

[*] Previous page

Go to full version