debugging

  1. Setting Up for Use of Microsoft Symbol Server

    When debugging native Win32 code, it is useful to have the debug symbols for all of Microsoft's DLLs. The easiest way to set this up is to just set an environment variable before starting Visual Studio (or other Microsoft debugging tools):

    set _NT_SYMBOL_PATH=srv*c:\symbols*http://msdl.microsoft.com …

    » Read more

© 2003-2023 Kristopher Johnson