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

前端 未结 11 1580
执笔经年
执笔经年 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:29

    If your project is compiled in release (with optimizations turned on), you may see this. Have you tried the DEBUG configuration?

提交回复
热议问题