Lite中的调试器会立即打开和关闭

时间:2019-07-06 12:41:25

标签: debugging codelite

我是一名学生,我使用调试器在启动调试器时会通过断点了解后台真正发生的事情,此时它会打开和关闭,请注意:使用c ++

我尝试删除所有断点并将其添加回去,但未做任何更改

int main()
{
    Base b; // i added break point here 

    Derived d {100}; // and here 


    return 0;
}

调试器窗口(如监视窗口)立即打开和关闭 这是构建输出:

  

C:\ Windows \ system32 \ cmd.exe / C“” C:/用户/侯赛因·奥卡沙/下载/mingw64/bin/mingw32-make.exe“ -j8 SHELL = cmd.exe -e -f Makefile”   “ ----------构建项目:[ConstructorsAndDestructors-Debug] ----------”   mingw32-make.exe [1]:输入目录'D:/ c ++ projects / test / ConstructorsAndDestructors'   “ C:/用户/侯赛因·奥卡沙/下载/mingw64/bin/g++.exe” -c“ D:/ c ++项目/测试/ConstructorsAndDestructors/main.cpp” -g -O0 -Wall -o ./Debug/main。 cpp.o -I。 -一世。   “ C:/用户/侯赛因·奥卡沙/下载/mingw64/bin/g++.exe” -o ./Debug/ConstructorsAndDestructors @“ ConstructorsAndDestructors.txt” -L。   mingw32-make.exe [1]:离开目录'D:/ c ++ projects / test / ConstructorsAndDestructors'   ==== 0错误,0警告====   这是输出:   当前工作目录:D:\ c ++ projects \ test \ ConstructorsAndDestructors \ Debug   运行程序:le_exec.exe D:/ c ++ projects / test / 1 / 1.project   程序退出,返回代码:-1073741510

1 个答案:

答案 0 :(得分:0)

解决方案非常简单,您只需转到构建-> 清洁项目