Open main menu

CDOT Wiki β

Changes

Mozilla Source and Symbol Server

398 bytes added, 15:16, 17 September 2007
creating the project page
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 [http://msdn2.microsoft.com/en-us/library/ms680641.aspx 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) ==
 
[[User:backinblakk|Lukas Blakk (lsblakk)]]
 
== Project Contributor(s) ==
 
 
== Project Details ==
 
 
= Additional Resources =