Please, please, short of disconecting the network every time I break,
is there a way of stopping windbg doing this?
Oh, and if you delete the symbol server from the symbvosl path, windbg
just puts it back, so that doesnt work.
> Please, please, short of disconecting the network every time I break,
> is there a way of stopping windbg doing this?
Set the environment variable _NT_SYMBOL_PATH
For example:
_NT_SYMBOL_PATH=SRV*C:\Windows\Symbols
Regards,
Roger
Hey, thanks, thats great!