c++ - Where is cdb.exe located in Visual Studio 2013? -
i'm trying configure debugger qt creator. however, can't find cdb.exe. internet, found out supposed located in c:\program files (x86)\windows kits\8.0\debuggers\x64\cdb.exe
. yet, don't have directory c:\program files (x86)\windows kits\8.0\debuggers
. have directory called c:\program files (x86)\windows kits\8.1\debuggers\x64
contains files dbghelp.dll
, srcsrv.dll
, symsrv.dll
.
cdb.exe , gui equivalent windbg.exe part of debugging tools windows , have downloaded part of windows sdk, in past has been part of ddk also.
you can here: https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx
if you're interested in tools there link standalone debugging tools (as part of windows 8.1 sdk) here: https://www.microsoft.com/click/services/redirect2.ashx?cr_eac=300135395
dbghelp.dll, srcsrv.dll , symsrv.dll shipped part of windows , has been since windows 2000 (i think true of dbghelp.dll).
Comments
Post a Comment