Visual Studio 2010: very slow web applications debugging!

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

    What is expensive too sometimes is debugging the JavaScript libraries you are using or developing.

    Checking the option "Don't open a page" in the project property window allows you to debug the web application without debugging JavaScript. You simply have to open the web application in your browser manually.

    In some circumstances debugging JavaScript can break the responsiveness of the debugging process and if you know that your concern is with the .NET debugging, you can make load time faster that way easily.

提交回复
热议问题