ddd 调试器:是否需要在 CygWin 中构建 exe?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.