Visual Studio 2010: very slow web applications debugging!

后端 未结 16 2793
一生所求
一生所求 2020-12-08 00:17

I recently installed Visual Studio 2010 (Ultimate edition, final version released in April), and found that debugging a web application bec

16条回答
  •  爱一瞬间的悲伤
    2020-12-08 00:56

    After incredibly slow debugging for months I finally discovered the cause (even after disabling intellitrace).

    It turned out to be PC Tools internet security -> IntelliGuard -> 'Behaviour Guard'

    This is a hips like protection system that monitors the 'signature' of system operations

    I disabled this feature and wow what a speed difference - 'stepping into' lines of code in debug now has almost zero delay. I re-enabled Intellitrace and can use it with only a very slight speed hit.

    Tino

提交回复
热议问题