远程 C++使用 RSE 进行调试
在尝试使用 Eclipse/RSE 设置远程交叉调试的步骤 3 后,我陷入困境:
- 在 Eclipse 3.5 上安装了 RSE 3.1
- 将 SSH 连接配置文件设置到我的远程设备
- 使用交叉编译器
构建的二进制文件现在我找不到 Eclipse将二进制文件传输到我的设备并使用 gdb 进行调试的选项。在“调试配置”下,我找不到其他教程引用的“远程 CDT 启动”或“C/C++ 远程应用程序”。
我看到的唯一调试配置选项是标准的“C/C++ 应用程序”、“C/C++ Attach”、“C/C++ PostMoterm”和“Launch Group”。
接下来我应该做什么?
I'm stuck after step 3 in trying to setup remote cross-debugging with Eclipse/RSE:
- Installed RSE 3.1 on Eclipse 3.5
- Setup a SSH connection profile to my remote device
- built binaries using a cross-compiler
Now I can't find the Eclipse option to transfer the binaries to my device and debug using gdb. Under Debug Configurations, I can't find find a "Remote CDT Launch" or " C/C++ Remote Application" referenced by other tutorials.
The only Debug Configuration options I see are the standard "C/C++ Application", "C/C++ Attach", "C/C++ PostMoterm", and "Launch Group".
What should I do next?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有使用远程启动/调试工具,但也许这些幻灯片 EclipseCon 2008 可以帮助您。
AFAIK 移动到伽利略的 CDT 本身。
以下是 RSE 提供的有关远程调试的常见问题解答条目。
I have not used the remote launch/debug facilities, but maybe these slides from EclipseCon 2008 can help you.
The remote launch was AFAIK moved into CDT itself for Galileo.
Here's the FAQ entry from RSE about remote debugging.