ddd 调试器:是否需要在 CygWin 中构建 exe?

发布于 2024-12-28 11:58:43 字数 236 浏览 2 评论 0原文

在 Windows 上,我通常使用 VC 编译器和我自己手工制作的 makefile 在 Windows 命令提示符下构建 exe。我正在考虑过渡到 g++。为了消除对 MSVC 的依赖,我正在考虑安装 CygWin/X 并利用 ddd 调试器。我的问题是:然后我是否必须完全转换到 CygWin 终端,或者我可以像现在一样继续在 Windows 命令提示符中并将我完成的 Windows exe 呈现给 ddd (以某种方式)?!

On Windows I normally build my exe in a Windows command prompt with the VC Compiler and my own hand crafted makefile. I was thinking of transitioning to g++. To remove my dependency on MSVC I was thinking of installing CygWin/X and to avail of the ddd debugger. My question is: Will I then have to transition completely to the CygWin terminal or can I continue in the Windows command prompt as I am now and present my finished Windows exes to ddd (somehow) ?!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

微暖i 2025-01-04 11:58:43

ddd 调试器:是否需要在 CygWin 中构建 exe? - 是的。 msvc 编译器与 gdb(cygwin) 和 ddd 不兼容。

ddd debugger: Does exe need to be built within CygWin? - YES. msvc compiler not compatible with gdb(cygwin) and ddd.

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