VC++ 的 gdb 等效项cl编译器?

发布于 2024-11-16 06:17:42 字数 124 浏览 3 评论 0原文

我正在将我的应用程序从“MinGW/GCC/make”移植到“cl compiler/nmake”链工具。 我广泛使用“gdb”在 Linux/MinGW 环境中进行调试。 用于调试使用“cl编译器”编译的应用程序的命令行工具是什么?

I am in the process of porting my application from "MinGW/GCC/make" to "cl compiler/nmake" chain tool.
I extensively used "gdb" for debugging in Linux/MinGW environments.
What is the command-line tool for debugging applications compiled with "cl compiler" ?

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

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

发布评论

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

评论(1

清晰传感 2024-11-23 06:17:42

那将是 CDB(尽管我从未使用过)。
但你应该看看windbg。该工具与平台捆绑在一起 SDK 恕我直言,它是 Windows 平台上最好的调试器。

That would be CDB(although I never used it).
But you should take a look at windbg. The tool is bundled with the platform SDK and is IMHO the best debugger for the windows platform.

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