I should have also mentioned I'm using v6.2 of the Debugging Tools
installation.
DJ
Updating to the 6.3 beta tools did the trick and I now get prompted for
user/password when needed.
DJ
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
"D.J. Heap" <djh...@dhiprovo.com> wrote in message
news:uSbmyfC...@TK2MSFTNGP09.phx.gbl...