Could you please help me to resolve the problem?
How to use WinDbg and do not fall asleep?
Unfortunately I cannot use Softice on my target machine and was forced to
install the “mighty” WinDbg (6.3.0005.1).
Target and Host connected via COM port, 57600bps
OS is XP SP1 Debug/Checked and appropriate symbols from CD.
Is it possible to configure WinDbg to do not load the symbols for every EXE,
DLL, OCX, SYS and other’s , because after every break I wait about the 5-10
minutes while WinDbg outputs:
*** WARNING: Unable to verify timestamp for WTSAPI32.DLL
*** WARNING: Unable to verify timestamp for SHLWAPI.DLL
…
*** WARNING: Unable to verify timestamp for MSACM32.DLL
Are there alternative client programm for host machine?
Could you please help to find the article about how to optimise the working
with WinDbg?
Could you please help me to resolve the problem?
How to use WinDbg and do not fall asleep?
Unfortunately I cannot use Softice on my target machine and was forced to
install the “mighty” WinDbg (6.3.0005.1).
Target and Host connected via COM port, 57600bps
For starters, why not 115,200?
OS is XP SP1 Debug/Checked and appropriate symbols from CD.
Is it possible to configure WinDbg to do not load the symbols for every EXE,
DLL, OCX, SYS and other’s , because after every break I wait about the 5-10
minutes while WinDbg outputs:
If you delete the symbol files, windbg won’t load them; I think it still
has to look for them, though, so this is only part of the solution. You
might also disable any unnecessary services, programs, etc.
-sd
*** WARNING: Unable to verify timestamp for WTSAPI32.DLL
*** WARNING: Unable to verify timestamp for SHLWAPI.DLL
…
*** WARNING: Unable to verify timestamp for MSACM32.DLL
Are there alternative client programm for host machine?
Not that I’m aware of.
BTW- Have you tried the symbol server? It’s a lot easier than working
with the symbols from the CDs. That won’t help you with your loading
time, though.
“Steve Dispensa” wrote in message news:xxxxx@windbg… > On Wed, 2004-01-21 at 10:27, Nikolay wrote: > > Hi all > > > > Could you please help me to resolve the problem? > > How to use WinDbg and do not fall asleep? > > Unfortunately I cannot use Softice on my target machine and was forced to > > install the “mighty” WinDbg (6.3.0005.1). > > Target and Host connected via COM port, 57600bps > > For starters, why not 115,200?
It does not work on 115,200
> > > OS is XP SP1 Debug/Checked and appropriate symbols from CD. > > Is it possible to configure WinDbg to do not load the symbols for every EXE, > > DLL, OCX, SYS and other’s , because after every break I wait about the 5-10 > > minutes while WinDbg outputs: > > If you delete the symbol files, windbg won’t load them; I think it still > has to look for them, though, so this is only part of the solution. You > might also disable any unnecessary services, programs, etc. > I delete all superfluous files, becomes better but still very slow. Thanx.
> -sd > > > WARNING: Unable to verify timestamp for WTSAPI32.DLL > > WARNING: Unable to verify timestamp for SHLWAPI.DLL > > … > > *** WARNING: Unable to verify timestamp for MSACM32.DLL > > > > Are there alternative client programm for host machine? > > Not that I’m aware of. > > BTW- Have you tried the symbol server? It’s a lot easier than working > with the symbols from the CDs. That won’t help you with your loading > time, though. I’m trying, but it seems I make it wrong Found the article on osronline.com, hope it helps