Can anybody help me out with this really anoying issue?
I am using WinDbg 6.2.00.13.0 and at one point the debugging was really fun
since everything was going in almost realtime. So now suddenly the debugger
"thinks" about every step for minutes it seems and it really stinks to work
with it.
I have the symbol path set first to the Web address for symbols and then to
a local directory.

What is the resolution for this issue?
Anybody any ideas?

\Manfred

Re: my debugger is soooooo slow by Mark

Mark
Mon Feb 07 14:31:14 CST 2005

Move to the latest windbg that might help, also if you are using microsoft's
symbol server, you might research making a local symbol server if you
internet connectivity to the outside world is not the greatest....


--
Mark Cariddi
Consulting Associate
OSR, Open Systems Resources, Inc.
http://www.osr.com/
"Manfred Wilner" <manfred.w@swecoinus.com> wrote in message
news:%23Z2fiPUDFHA.520@TK2MSFTNGP09.phx.gbl...
> Can anybody help me out with this really anoying issue?
> I am using WinDbg 6.2.00.13.0 and at one point the debugging was really
> fun since everything was going in almost realtime. So now suddenly the
> debugger "thinks" about every step for minutes it seems and it really
> stinks to work with it.
> I have the symbol path set first to the Web address for symbols and then
> to a local directory.
>
> What is the resolution for this issue?
> Anybody any ideas?
>
> \Manfred
>
>



Re: my debugger is soooooo slow by hannes

hannes
Mon Feb 07 16:45:02 CST 2005

Make sure your Watch window has no unresolved variable names in it.

If it does, and you need them, try prepending the names with
<your driver name>!<variable name>

e.g.
passthru!GlobalLock

This will cause only the named module to be searched for the variable,
instead of all loaded modules...which in turn will try to lookup all symbols.
Each with a lengthy timeout.

/ Hannes.

RE: my debugger is soooooo slow by jantogni

jantogni
Mon Feb 07 17:29:32 CST 2005

------=_NextPart_0001_1B8F2EE4
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

First, microsoft.public,windbg is probably a better place to ask (I am
assuming your debugger is WinDbg.exe).

Next, try !sym noisy, which may give you an idea if your debugger is doing
lots of lookups.

Try to keep your breakpoints to a minimum whilst things are going slow.

Close disassembly, locals, etc, windows.

Try removing the symbols and source servers for the time being, to see if
that helps.


James Antognini
Windows Driver Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: "Manfred Wilner" <manfred.w@swecoinus.com>
Subject: my debugger is soooooo slow
Date: Mon, 7 Feb 2005 13:36:03 -0500
Lines: 14
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <#Z2fiPUDFHA.520@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.development.device.drivers
NNTP-Posting-Host: wsip-68-15-36-95.ri.ri.cox.net 68.15.36.95
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.development.device.drivers:57691
X-Tomcat-NG: microsoft.public.development.device.drivers

Can anybody help me out with this really anoying issue?
I am using WinDbg 6.2.00.13.0 and at one point the debugging was really fun
since everything was going in almost realtime. So now suddenly the debugger
"thinks" about every step for minutes it seems and it really stinks to work
with it.
I have the symbol path set first to the Web address for symbols and then to
a local directory.

What is the resolution for this issue?
Anybody any ideas?

\Manfred



------=_NextPart_0001_1B8F2EE4
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20 First, microsoft.public,windbg is probably a better place to ask (I am assuming your debugger is WinDbg.exe).
\par
\par Next, try !sym noisy, which may give you an idea if your debugger is doing lots of lookups.
\par
\par Try to keep your breakpoints to a minimum whilst things are going slow.
\par
\par Close disassembly, locals, etc, windows.
\par
\par Try removing the symbols and source servers for the time being, to see if that helps.
\par
\par
\par James Antognini
\par Windows Driver Developer Support
\par
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par \pard\li720 --------------------
\par From: "Manfred Wilner" <manfred.w@swecoinus.com>
\par Subject: my debugger is soooooo slow
\par Date: Mon, 7 Feb 2005 13:36:03 -0500
\par Lines: 14
\par X-Priority: 3
\par X-MSMail-Priority: Normal
\par X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
\par X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
\par X-RFC2646: Format=Flowed; Original
\par Message-ID: <#Z2fiPUDFHA.520@TK2MSFTNGP09.phx.gbl>
\par Newsgroups: microsoft.public.development.device.drivers
\par NNTP-Posting-Host: wsip-68-15-36-95.ri.ri.cox.net 68.15.36.95
\par Path: cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
\par Xref: cpmsftngxa10.phx.gbl microsoft.public.development.device.drivers:57691
\par X-Tomcat-NG: microsoft.public.development.device.drivers
\par
\par Can anybody help me out with this really anoying issue?
\par I am using WinDbg 6.2.00.13.0 and at one point the debugging was really fun
\par since everything was going in almost realtime. So now suddenly the debugger
\par "thinks" about every step for minutes it seems and it really stinks to work
\par with it.
\par I have the symbol path set first to the Web address for symbols and then to
\par a local directory.
\par
\par What is the resolution for this issue?
\par Anybody any ideas?
\par
\par \\Manfred
\par
\par
\par \pard
\par
\par }
------=_NextPart_0001_1B8F2EE4--


my debugger is soooooo slow by steve

steve
Mon Feb 07 17:58:34 CST 2005

Buy a copy of softice!
Steve.

>-----Original Message-----
>Can anybody help me out with this really anoying issue?
>I am using WinDbg 6.2.00.13.0 and at one point the
debugging was really fun
>since everything was going in almost realtime. So now
suddenly the debugger
>"thinks" about every step for minutes it seems and it
really stinks to work
>with it.
>I have the symbol path set first to the Web address for
symbols and then to
>a local directory.
>
>What is the resolution for this issue?
>Anybody any ideas?
>
>\Manfred
>
>
>.
>

Re: my debugger is soooooo slow by Pavel

Pavel
Mon Feb 07 20:20:37 CST 2005

"steve" <swoodberry@foursticks.com> wrote in message news:27fe01c50d70$ef0493c0$a401280a@phx.gbl...
> Buy a copy of softice!
> Steve.

It's easy to say. Unfortunately they sell Softice only with the whole Driver Studio,
so by value/price ratio, Windbg doesn't leave Softice any chance.

--PA