有没有办法调试VC++使用 Eclipse/WinDbg 编译应用程序?

发布于 2024-10-24 06:58:32 字数 161 浏览 4 评论 0原文

我目前使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终陌 2024-10-31 06:58:32

我想答案是否定的。因为您将无法访问 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文