sethpblue
sethpblue

Reputation: 111

How can I enable "implicit evaluation" in the JetBrains Rider settings?

JetBrains Rider does not give me the new value for my watches automatically. Instead, I have to click refresh after every step:

https://i.sstatic.net/o7Bge.png

I went to the settings and made sure this option was enabled:

enter image description here

However, the problem still occurs. Any help would be appreciated.

Upvotes: 11

Views: 2095

Answers (2)

Vapid
Vapid

Reputation: 816

For Rider 2020.3

  1. Press Shift twice to open Search Anywhere
  2. Type "refresh watched" and hit enter Enter Search Anywhere
  3. Enable "Refresh watched values on debugger pause" Refresh watched values on debugger pause

It should be enabled by default, but also ensure that "Allow property evaluations and other implicit function calls" is enabled first.

Upvotes: 15

Arsen Ablaev
Arsen Ablaev

Reputation: 501

Try to uncheck that mark, save, check and save again. It helped me.

Upvotes: 0

Related Questions