Changes between Version 1 and Version 2 of DebuggingNightlyBuilds


Ignore:
Timestamp:
3/8/2012 7:13:59 AM (11 years ago)
Author:
Joel (IP: 220.255.2.159)
Comment:

New URL for symbols

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingNightlyBuilds

    v1 v2  
    11= Debugging Nightly Builds = 
    22The build process for Eraser is automated on the build server. This allows two benefits: 
    3  - Bad checkins are rapidly identified 
    4  - The build environment remains consistent across developers 
     3 
     4 * Bad checkins are rapidly identified 
     5 * The build environment remains consistent across developers 
    56 
    67As a by-product of the build process, debug symbols are generated and are available for public debugging. If you are able to debug Eraser and find bugs, you are welcome to [/trac/newticket submit a new ticket]. 
     
    89TBD: Steps to include the following information 
    910 
    10 The symbols have been modified to include source server information. Eraser's sources are stored in a [http://subversion.tigris.org Subversion] server. To use the debugging symbols, include  
     11The symbols have been modified to include source server information. Eraser's sources are stored in a [http://subversion.tigris.org Subversion] server. To use the debugging symbols, include 
     12 
    1113{{{ 
    12 http://symbols.eraser.heidi.ie/ 
     14http://eraser.heidi.ie/symbols 
    1315}}} 
    1416in your symbol search path.