Changes between Version 1 and Version 2 of DebuggingNightlyBuilds
- Timestamp:
- 3/8/2012 7:13:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingNightlyBuilds
v1 v2 1 1 = Debugging Nightly Builds = 2 2 The 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 5 6 6 7 As 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]. … … 8 9 TBD: Steps to include the following information 9 10 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 11 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 12 11 13 {{{ 12 http:// symbols.eraser.heidi.ie/14 http://eraser.heidi.ie/symbols 13 15 }}} 14 16 in your symbol search path.