Source Server - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

Source Server

Description:

Source Server. For Mozilla Firefox Debugging. What is a Source Server? ... People who download nightly releases and don't build mozilla from scratch ... – PowerPoint PPT presentation

Number of Views:23
Avg rating:3.0/5.0
Slides: 9
Provided by: avn3
Category:

less

Transcript and Presenter's Notes

Title: Source Server


1
Source Server
  • For Mozilla Firefox Debugging

2
What is a Source Server?
  • The source server enables a client to retrieve
    the exact version of the source files that were
    used to build an application.

3
Who needs a Source Server?
  • People who download nightly releases and don't
    build mozilla from scratch
  • Visual Studio users and Windbg users
  • Beginners who don't know how to navigate in mxr

So how does it work?
4
PDB Files
  • created by the compiler when you do a debug or
    debug-info-modules build
  • Contain information about the source files
  • Srcsrv tools, which is a collection of
    executables and Perl scripts provided by
    Microsoft in their Debugging Tools for Windows
    sdk, index these with paths to CVS
  • You can then extract the version of that file and
    serve it up to VS or Windbg

5
(No Transcript)
6
(No Transcript)
7
(No Transcript)
8
Coming soon in 0.3
  • building this system into the existing
    symbolstore.py script
  • the indexing will happen when the build is done
Write a Comment
User Comments (0)
About PowerShow.com