[C++] Solve "Cannot run program "gdb": Unknown reason" error

本文详细介绍了如何解决在MacOSX环境下使用Eclipse进行C/C++开发时,遇到的gdb调试器无法被Eclipse识别的问题。通过查找gdb的安装路径并正确配置Eclipse的GDB调试器设置,可以有效解决此问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

In Mac OSX,

The Issue Image:

1. Build the project on Eclipse successfully.

2. Run gdb on command line successfully. So the gdb has been installed on the Mac.

3. To run debug mode on Eclipse, the error appear:
  "Cannot run program "gdb": Unknown reason"

 

Analyse: Eclipse cannot find the gdb, then popups this error.

 

Solution:

1. Find the path of gdb on Mac. e.g. 

/usr/local/Cellar/gdb/7.12.1/bin/gdb

2. Preference -> C/C++ -> Debug -> GDB -> GDB debugger:

set the GDB debugger as the path of gdb, which is found on step1. 

The after Image should like:

 

转载于:https://www.cnblogs.com/TonyYPZhang/p/6643533.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值