I am starting with CodeBlocks on Mac OS and I am having trouble using the debugger. When I try to use it, I have this debugger error message:
ERROR: you need to specify the debugger program in the debugger settings. (For GCC compilers, this is "gdb" (without quotes))
This is probably due to the lack of the correct executable path in the debugger settings (Settings> debugger> GDB / CDB debugger> Default> Executable path)
Can someone tell me what should be there? or show a screenshot of its default Debugger settings window?
I use: CodeBlocks version 12.11 Mac OS X version 10.9.2
Thanks so much for answering this stupid question!
source
share