3

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" ?

4

1 回答 1

4

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.

于 2011-06-20T08:54:31.787 回答