Debug
Solved
zima
-
Zoma -
Zoma -
Hello,
Hello everyone, I'm starting with C programming, I downloaded Code::Blocks but every time I want to compile, it writes at the bottom
Selecting target:
Debug
ERROR: You need to specify a debugger program in the debugger's settings.
(For MinGW compilers, it's 'gdb.exe' (without the quotes))
(For MSVC compilers, it's 'cdb.exe' (without the quotes))
I didn't understand what to do, thank you for replying
Configuration: Windows 7 / Chrome 51.0.2704.103
Hello everyone, I'm starting with C programming, I downloaded Code::Blocks but every time I want to compile, it writes at the bottom
Selecting target:
Debug
ERROR: You need to specify a debugger program in the debugger's settings.
(For MinGW compilers, it's 'gdb.exe' (without the quotes))
(For MSVC compilers, it's 'cdb.exe' (without the quotes))
I didn't understand what to do, thank you for replying
Configuration: Windows 7 / Chrome 51.0.2704.103
3 réponses
Hello.
Install the version of Code::Blocks packaged with MinGW.
https://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01mingw-setup.exe/download
It should normally be configured by default.
--
Before writing a message, keep in mind that we are here out of passion and the hope of communicating it to you: If it's not awesome, then!
Install the version of Code::Blocks packaged with MinGW.
https://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01mingw-setup.exe/download
It should normally be configured by default.
--
Before writing a message, keep in mind that we are here out of passion and the hope of communicating it to you: If it's not awesome, then!
Zoma
Thank you very much.