Windows Server logo small

Configure Windows Debugging Symbols in WinDbg

Before you can properly debug crash and memory dumps in Windows (Windows 11, Windows 10, Windows Server), you need to install WinDbg -Windows Debugger- and its debugging symbols. In this article I explain how to set up these debugging symbols for WinDbg in Windows.

Assuming you’ve already installed WinDbg through the Windows SDK sdksetup.exe program, the steps to configure Windows debugging symbols in WinDbg are pretty easy and straightforward:

  1. Start WinDbg
  2. Click File
  3. Click Symbol File Path (shortcode Ctrl+S)
  1. Fill in a new Symbol Path: SRV*D:\SymCache*http://msdl.microsoft.com/download/symbols
  2. Click OK
  3. Click Save Workspace in the File menu

The path D:\SymCache is specific to my environment. If the target folder of your choosing doesn’t yet exist, it’ll be created.

All done, now you can debug BSOD like a boss.

Protip: Donate $10, 15 or 20 through Paypal and support this site. Thank you!

Jan Reilink

Hi, my name is Jan. I am not a hacker, coder, developer or guru. I am merely an application manager / systems administrator, doing my daily thing at Embrace - The Human Cloud. In the past I worked for clidn and Vevida. With over 20 years of experience, my specialties include Windows Server, IIS, Linux (CentOS, Debian), security, PHP, websites & optimization. I blog at https://www.saotn.org.