Petr
Petr

Reputation: 835

JetBrains Rider show only one frame in stack when stop in breakpoint. How To fix this?

We are using Rider 2020.1.3 with Unity 3D (2018.4.10)

Now when debugger stops in any breakpoint, Rider shows only one frame in stack trace

Everything used to be fine. At some point it became bad. Maybe this behaviour begun when I updated Rider last time (I'm not sure)

enter image description here

Invalidate Caches/Restart didnt help

Can you tell me please, how to fix this?

Upvotes: 0

Views: 1460

Answers (1)

Ivan Shakhov
Ivan Shakhov

Reputation: 1425

Workaround is to Uncheck the filter icon in the toolbar. This issue is already fixed targeting Rider 2020.2. https://github.com/JetBrains/resharper-unity/pull/1697

Upvotes: 1

Related Questions