September 29, 2023

Configuring the Symbols file for WinDBG

So you have WinDBG installed on your machine as per the previous post. This post will detail how to add the symbols file persistently to the WinDBG application. In this configuration I am going with saving the symbols locally to C:\symbols using the official Microsoft Symbols Server at https://msdl.microsoft.com/download/symbols. srv*c:\symbols*https://msdl.microsoft.com/download/symbols In …