Discussion:
MS 2005 Debugger - pathetically slow
(too old to reply)
Jack
2008-07-09 10:19:09 UTC
Permalink
Hi,
My VS2005 IDE debugger runs extremely slow, how can I make it run faster? it
takes 1-2 mins per breakpoint to get hit.
Thanks
Jack
Jack
2008-07-09 10:53:26 UTC
Permalink
Re-compile to no avail. Where elses can I check?
Thanks
Jack
David Lowndes
2008-07-09 20:23:53 UTC
Permalink
Post by Jack
Re-compile to no avail. Where elses can I check?
Clearly the behaviour you're seeing isn't normal.

If you create a new console application and debug that (on the same
machine you have VS installed on), do you still see the same issue?

Assuming you don't, what is the application you're debugging? Is it
native C++, or managed C++? What sort of environment is it running in?
Is it on a separate machine, is there network communications (that may
have some timeout) involved somewhere?

Dave
Jack
2008-07-23 11:43:21 UTC
Permalink
Hi David,
Sorry for the late reply.
I now think that the slow response is because of the unalignment of the
breakpoint and the source code...
Any chances that might happen?
Thanks
Jack
David Lowndes
2008-07-23 12:56:43 UTC
Permalink
Post by Jack
I now think that the slow response is because of the unalignment of the
breakpoint and the source code...
Jack,

I don't understand what you're theorising there.

Have you tried deleting all the breakpoints?

Dave

Loading...