Eclipse CDT收到错误"命令' -thread-select 1'超时了

时间:2017-09-30 10:31:18

标签: c++ eclipse

尝试在eclipse中调试excecutable文件时出现以下错误:

命令' -thread-select 1'超时

我已经尝试直接使用gdb,它运行正常。

我当前的eclipse版本是

版本:氧气释放(4.7.0) 构建ID:20170620-1800

1 个答案:

答案 0 :(得分:2)

窗口 - >偏好 - > C / C ++ - >调试 - > GDB。取消选中“命令超时(ms)”:

enter image description here

就是这样。