Setup VS2005 to use Microsoft Symbol Server

0.00 avg. rating (0% score) - 0 votes

One of the first things you will want to do after installing visual studio is to set it up to automatically pull down the correct symbols for system components when debugging. You do this by configuring Visual Studio to use the Microsoft Symbol Sever.


In VS 2005, do the following:

  1. Open Visual Studio. Goto Tools->Options
  2. Expand the Debugging node
  3. Click on the Symbols node under Debugging
  4. Click on the icon that looks like the new folder icon to add a new .pdb location
  5. Type the following for the location smysrv*symsrv.dll*c:symbols*http://msdl.microsoft.com/downloads/symbols
  6. In the Cache symbols from symbol servers to this directory, enter the local path you used in step 5. In this case c:symbols
  7. Click Ok.

To test it out, try attaching to some windows process like iexplore.exe (if you have IE running). Goto debug->windows->modules. You should now see that symbols are loaded for all the system dlls and iexplore.exe. You can also open the local path used in step 5 and you should see folders for all the dlls that have been debugged so far.


You only need to run against the symbol server initially until it pulls down all the symbols you care about. Once that’s done, go back to the options dialog and unclick the PDB location. As long as you leave the “cache location” entry filled in, VS will continue to pull from the cached images… very quickly.


Obviously the cache will need to be reprimed if your system DLLs get updated by anything. VS should see that the PDBs are out of date and avoid misrepresenting the stack, at least.


Reference:

http://geekswithblogs.net/mskoolaid/archive/2005/12/17/63418.aspx

0.00 avg. rating (0% score) - 0 votes
ToughDev

ToughDev

A tough developer who likes to work on just about anything, from software development to electronics, and share his knowledge with the rest of the world.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>