Visual Studio 2010: very slow web applications debugging!

后端 未结 16 2828
一生所求
一生所求 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:53

    There is another trick you can do:

    1) Go to (Ctrl + Alt + Del) Task manager > Processes

    2) There are 2 main processes for visual studio debugging, 1)devenv.exe 2) WebDev.Webserver40.exe (Or similar).

    3) Right click on each of the bove processes > Set Priority > Real Time. Click Ok in the message Box.

    Speeds up debugging dramatically!.

提交回复
热议问题