Visual Studio loading symbols

后端 未结 16 1950
清酒与你
清酒与你 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-02 05:28

    I had a similar issue where visual studio keeps loading symbol and got stuck.

    It turns out I added some "Command line arguments" in the Debug options, and one of the parameters is invalid(I am supposed to pass in some values).

    After I remove the extra parameter, it starts working again.

提交回复
热议问题