Changes between Version 5 and Version 6 of DebugClientWin
- Timestamp:
- Sep 29, 2009, 3:04:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebugClientWin
v5 v6 12 12 Symbol files are used by various Windows debugging engines to match up memory addresses to symbol names. Symbol names are names of variables, functions, and subroutines that a developer has named a piece of code before the compilation process. 13 13 14 Symbol files for BOINC can be found on http://boinc.berkeley.edu/ dl/14 Symbol files for BOINC can be found on http://boinc.berkeley.edu/symstore/ 15 15 16 {{{ 17 #!comment XXX recent versions are missing the symbol files 18 }}} 16 You can download them and save them in a temporary directory. Next open a windows command line window (Start->Run, type cmd and click OK), then navigate to the directory you saved the files in. 19 17 20 The files generally start out like boinc_xxx_pdb.zip where the xxx is the version of BOINC you are running. 21 22 The uncompressed files should be stored in the same directory as BOINC. 18 Then type '''unpack *.pd_ *.pdb''' and press Enter. This will decompress the files to their normal size. [[br]] 19 The decompressed files should be stored in the same directory as the BOINC executables are in. 23 20 24 21 == Crashes ==