Use Symbol Server with Visual Studio
To configure and setup Microsoft symbol servers with Visual Studio, follow the below steps:
- In the Visual Studio Tools menu, select Options.
- When the Options dialog opens, select the Debugging node, and click Symbols.
- In the Symbols page, select Microsoft Symbol Servers in the Symbol files (.pdb) locations box.
- Set the symbol cache directory by either typing a directory path in the Cache symbols in the directory box or click the ellipsis (…) button and use the Browse for Folder dialog to select the directory
- Click OK.
You can also manually download the Microsoft public symbols:
- Right-click in the Visual Studio Modules window.
- Select Load Symbols From > Microsoft Symbol Servers.
Note that the this procedure will only work if you have already set a local symbols cache location as per the first procedure.
To setup a third party symbol server with Visual Studio:
- In the Visual Studio Debug menu, select Options.
- Open the Debugging node in the Options dialog box and click Symbols.
- Select the folder icon above the Symbol file (.pdb) locations box.
- this will create a new entry in the Symbol file locations box which is initially blank, and shows only a flashing cursor where you can begin enter text.
- In the Symbol file (.pdb) locations box, enter the path to the third-party symbol server.
To use a symbol server on the Internet, enter:http://domain/path/symbols
To use a symbol server on your local network, enter:serverpathsymbols
To use a symbol server on your local computer, enterc:pathsymbols - Click OK.
Array



25. Feb, 2011 
No comments yet... Be the first to leave a reply!