Changes between Version 5 and Version 6 of AppDebugWin


Ignore:
Timestamp:
May 2, 2008, 6:48:23 AM (16 years ago)
Author:
romw
Comment:

fix broken link

Legend:

Unmodified
Added
Removed
Modified
  • AppDebugWin

    v5 v6  
    222222
    223223=== Adding symbols to the symbol store ===
    224  [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/using_symstore.asp Symstore] is a utility to manage symbol stores.  You'll want to create a local symbol store on your Windows build machine in which you'll initially add new symbol files with each revision of your application.
     224 [http://msdn.microsoft.com/en-us/library/cc266480.aspx Symstore] is a utility to manage symbol stores.  You'll want to create a local symbol store on your Windows build machine in which you'll initially add new symbol files with each revision of your application.
    225225
    226226Symstore will compress the symbol file and then copy it into your local symbol store.