Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible

前端 未结 11 1611
执笔经年
执笔经年 2020-12-15 16:54

Here is the error

Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because the code

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 17:26

    I was having same issue in Visual Studio 2017. Going to Debug> Options> Debugging> General and checking "Suppress JIT optimization on module load(Managed only)" fixed my issue

提交回复
热议问题