Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using MS symbol server behind proxy

355 views
Skip to first unread message

D.J. Heap

unread,
Apr 1, 2004, 1:48:16 PM4/1/04
to
D.J. Heap wrote:
[snip]

I should have also mentioned I'm using v6.2 of the Debugging Tools
installation.

DJ

D.J. Heap

unread,
Apr 1, 2004, 3:28:51 PM4/1/04
to

Updating to the 6.3 beta tools did the trick and I now get prompted for
user/password when needed.

DJ

Rhett Gong [MSFT]

unread,
Apr 2, 2004, 1:22:43 AM4/2/04
to
Hi DJ,
From your description, you would like to use MS public symbol server behind proxy. And now you are prompted for user/pwd.

I suggest you turning off the option SYMOPT_NO_PROMPTS (In KD and CDB, this option is on by default; in WinDbg, this option is off by default)
This symbol option suppresses authentication dialog boxes from the proxy server. This may result in SymSrv being unable to access a symbol store on the
internet.Once the debugger is running, it can be turned on or off by using .symopt+0x80000 or .symopt-0x80000, respectively, followed by the .reload
(Reload Module) command. It can also be turned on and off by using the !sym prompts off and !sym prompts extension commands, followed by the .reload
(Reload Module) command.
For details, see Firewalls and Proxy Servers in windbg document.

In addition,for latest windbg at http://www.microsoft.com/whdc/ddk/debugging/default.mspx
For more information on How to Use the Microsoft Symbol Server at:
http://www.microsoft.com/whdc/ddk/debugging/symbols.mspx

Have a nice day!
Rhett Gong [MSFT]
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.

Pat Styles (Microsoft)

unread,
Apr 5, 2004, 9:25:55 PM4/5/04
to
6.3 contains known fixes that allow symsrv work with more proxy servers than
before. I'm glad it worked out for you!

.pat styles

"D.J. Heap" <djh...@dhiprovo.com> wrote in message
news:uSbmyfC...@TK2MSFTNGP09.phx.gbl...

0 new messages