VC++ 的 gdb 等效项cl编译器?
我正在将我的应用程序从“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那将是 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.