3
I'm trying to debug a C++ application recently ported from linux, and I'm used to a command-line debugger. I'm not using Visual Studio, rather NMake Makefiles.
I hear cordbg.exe
is a command line debugger I should have, but I can't find it.
I'm running Windows 10, and I have Visual Studio 2013 and .Net 3.5 installed.
Where is this file? If I don't have it, where can I get it?