What does “Cannot evaluate expression because the code of the current method is optimized.” mean?

后端 未结 15 1447
北荒
北荒 2020-12-08 09:24

I wrote some code with a lot of recursion, that takes quite a bit of time to complete. Whenever I \"pause\" the run to look at what\'s going on I get:

<
15条回答
  •  执笔经年
    2020-12-08 09:43

    Look for a function call with many params and try decreasing the number until debugging returns.

提交回复
热议问题