vote up 8 vote down star
3

Since some time, my Delphi debugger became much slower than I was used to before.

I noticed this in both Delphi 2007 and 2009, so it seems it's something outside of Delphi itself...

What causes this behaviour, and how can I prevent this?

flag

3 Answers

vote up 0 vote down

This happened to me too, it started after I installed XP Service pack 3 and stopped after we switched from a Windows Workgroup to a Domain.

While I was lingering in slowness I found that if I started my program, them attached to the process I could debug at normal speeds.

I also read that sometimes the Data Execution Prevention settings can adversely affect debugging performance, although monkeying with that never helped my cause.

link|flag
vote up 3 vote down

For non-dutch speakers

http://support.microsoft.com/kb/321410

link|flag
vote up 10 vote down check

After weeks of searching for an answer, I found this Microsoft knowledge base article fixes my problem : http://support.microsoft.com/kb/321410/nl

The point is, I installed Microsoft Script Editor a while back to do some server-side javascript debugging. This also installs a service called "Machine Debug Manager" (Mdm.exe), which is the cause for the slowdown. After disabling this service, debugger speed returned to normal!

link|flag
Great advise! Thanks for sharing. – Gamecat Oct 15 '08 at 8:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.