有没有办法调试VC++使用 Eclipse/WinDbg 编译应用程序?
我目前使用 Eclipse 作为我的主编辑器和 C/C++ 项目的源浏览器。唯一的问题是,每次需要调试或跟踪时,我都必须切换到 Visual C++。有没有办法让Eclipse使用WinDbg工具来调试Windows本机应用程序?我尝试在网上搜索,但所有论坛帖子似乎都在 2007/2008 年左右消失殆尽。
I'm currently using Eclipse as my main editor, and source browser for our C/C++ project. The only problem is, I have to switch to Visual C++ everytime I have to debug or trace. Is there a way to have Eclipse use the WinDbg tool to debug Windows native applications? I tried searching on the web but all the forum posts seem to trail off to nowhere around 2007/2008.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想答案是否定的。因为您将无法访问 Eclipse 运行时中的 Win 调试符号和库。不过,您可以开始将其构建为 VS 用户的 Eclipse 插件。
I think the answer is no. Because you will not have access to the Win Debug Symbols and libraries within the Eclipse runtime. However you could start building this as an Eclipse plugin for VS users.