Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
3.26/5 (4 votes)
See more:
I already had the Windows SDK (3.5 Framework) which installs debugging tools under the
<code>
C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin</code>

I installed the 64 bit version as my test system is 64 bit and my apps are mostly 64 bit.

I cant find Windbg.

It's driving me crazy.

Where is exactly located?

Thanks a bunch.

Jobin Thomas
Posted
Updated 23-May-17 21:33pm
v2
Comments
Dalek Dave 4-Mar-11 19:39pm    
Edited for Readability.

It usually creates a folder called Debugging Tools for Windows (x64) in Start -> All Programs.
The following link says that it is installed under C:\Program Files\Microsoft SDKs\Windows\v7.1\Redist\Debugging Tools for Windows

http://msdn.microsoft.com/en-us/windows/hardware/gg463009[^]
 
Share this answer
 
After a lot of searching, I found that WinDbg 64-bit was installed at the following location on my system:
C:\Program Files (x86)\Windows Kits\10\Debuggers\x64

I am on Windows 10 Pro 64-bit.
WinDbg version 10.0.14321.1024 AMD64

A corresponding 32-bit version was installed under:
C:\Program Files (x86)\Windows Kits\10\Debuggers\x86
 
Share this answer
 
v2
Comments
[no name] 6-Oct-16 14:00pm    
12 years and the only thing you do is to resurrect ancient already answered questions from FIVE years ago?
skyling 9-Oct-16 13:32pm    
Ain't that something? :)
Giselle Freude 24-Feb-21 21:57pm    
Who cares if it's late??? This is the correct answer and should be updated as the accepted answer.
I found it here:

C:\Users\user\AppData\Local\Microsoft\WindowsApps\WinDbgX
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900