编辑器的问题
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))
想单步调试,点了run to cursor 之后出现这段,为什么呀?缺编辑器吗,怎么安装呀?百度了之后还是不是很懂??
这些提示告诉你,IDE 缺少调试器设置,需要你通过界面上的 debugger's setting 来进行设定。如果使用 MinGW 编译器,那么,调试器是 'gdb.exe' (不带括号),如果使用 MSVC 编译器,那么,调试器是 "cdb.exe" (不带括号)。
根据这些提示你再试试看呢?
页:
[1]