Eclipse CDT,不能使用调试器(始终停留在89%的进程上) [英] Eclipse CDT, Can't use debugger (Always stuck on 89% process)

查看:75
本文介绍了Eclipse CDT,不能使用调试器(始终停留在89%的进程上)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我运行调试器,则它会卡在89%的进程中……
它显示

If I run debugger then it gets stuck on 89% process... It shows

 Launching : Configuring GDB Aborting configuring GDB

我只是想看看调试器在工作,所以我所拥有的只是

I just wanted to see the debugger is working so all I have is

printf("debug test");

主要功能..
你们知道这是什么问题吗?

in main function.. Do you guys know what the problem is?

推荐答案

您好
在遇到相同的问题后,似乎gdb缺少对某些dll(libexpat-1.dll)的访问权限。
将其放在当前路径中可以解决此问题。
为了进行检查,请尝试从命令提示符处调用gdb

hello after experiencing the same, it appeared gdb was missing access to some dll (libexpat-1.dll). putting it in the current path corrected the problem. in order to check this, try invoking gdb from the command prompt

一切顺利

奥利维尔(Olivier)

olivier

这篇关于Eclipse CDT,不能使用调试器(始终停留在89%的进程上)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆