Difference between revisions of "Mozilla Source and Symbol Server"

From CDOT Wiki
Jump to: navigation, search
m (Related Bugs)
m (Related Bugs)
Line 27: Line 27:
 
*[https://bugzilla.mozilla.org/show_bug.cgi?id=385792 Bug 385792: Compress PDB files]
 
*[https://bugzilla.mozilla.org/show_bug.cgi?id=385792 Bug 385792: Compress PDB files]
 
*[https://bugzilla.mozilla.org/show_bug.cgi?id=395310 Bug 395310: Mozilla needs a source and symbol server]
 
*[https://bugzilla.mozilla.org/show_bug.cgi?id=395310 Bug 395310: Mozilla needs a source and symbol server]
 +
*[https://bugzilla.mozilla.org/show_bug.cgi?id=391114 Uploading PDB files (fixed)]
  
 
=== 0.1 Release ===  
 
=== 0.1 Release ===  

Revision as of 15:12, 1 October 2007

Overview

Mozilla has a symbol server for Windows builds that allows developers or users to debug nightly and release builds without having to ship debug symbols along with the builds. This can be very useful when a user has a problem that developers can't reproduce, or when you hit a crash or hang during your normal browsing, not using a debug build.

While this is very useful, it doesn't provide source-level debugging. You can see function names and call stacks, but not the source at the location, which makes stepping through code very difficult. Luckily, Microsoft does provide a means to add source info to debug symbols, called a source server. Your mission is to sort through the Microsoft documentation and figure out how to add this to the existing Mozilla symbol server. The reward is having hundreds of developers and untold numbers of end users thank you for making life easier, and difficult crashes easier to fix.

Project Name

Mozilla Source and Symbol Server

Project Description

Create a source code server to work with Mozilla's current symbol server. This will allow users to do full debugs of nightly release builds with access to remote symbols and full source code.

Project Leader(s)

Lukas Blakk (lsblakk)

Project Contributor(s)

As soon as I know what kind of contributions will be useful, I will post a call for help here. Keep checking back.

Thanks!

Project Details

Related Bugs

0.1 Release

  • Details coming soon.

Additional Resources