Darren Young
Darren Young

Reputation: 11090

Windows Symbol server

I want to set up a connection to the Windows Symbol server in Visual Studio.

I have the following command:

symsrv*symsrv.dll*c:\localcache*http://msdl.microsoft.com/download/symbols

What should the c:\localcache part be changed to?

Upvotes: 0

Views: 510

Answers (1)

Hans Passant
Hans Passant

Reputation: 942187

That setting is only appropriate if you use the environment variable. I'm pretty sure from previous questions that you actually use Visual Studio. The MSDN page is here. Or press F1 when you've got the dialog up.

Upvotes: 1

Related Questions