我的IDE是:Code :: Blocks 17.12
我的意图是在gfortran 5.1的编码过程中使用调试器选项,gfortran 5.1是此版本CB中的默认编译器。
但是,当我开始在任何代码(简单的代码-hello world或任何其他复杂的代码)上使用调试器时,我收到以下错误消息:
ERROR: You need to specify a debugger program in the debuggers's settings.
(For MinGW compilers, it's 'gdb.exe' (without the quotes))
(For MSVC compilers, it's 'cdb.exe' (without the quotes))
是否存在针对此类错误的解决方案?