Changes between Version 5 and Version 6 of AppDebugWin
- Timestamp:
- May 2, 2008, 6:48:23 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebugWin
v5 v6 222 222 223 223 === Adding symbols to the symbol store === 224 [http://msdn.microsoft.com/ library/default.asp?url=/library/en-us/debug/base/using_symstore.aspSymstore] 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. 225 225 226 226 Symstore will compress the symbol file and then copy it into your local symbol store.