Visual Studio loading symbols

后端 未结 16 1945
清酒与你
清酒与你 2020-12-02 04:37

I\'m working on a ColdFusion project for a while now, and Visual Studio started to behave strange for me at least.

I observed that when I started debugging, it built

16条回答
  •  半阙折子戏
    2020-12-02 05:19

    Another reason for slow loading is if you have disabled "Enable Just My Code" in Debugging options. To enable this go to:

    Tools -> Options -> Debugging -> General -> Enable Just My Code (Managed Only) 
    

    Make sure this is checked.

提交回复
热议问题