8

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

https://i.stack.imgur.com/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.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
sethpblue
  • 81
  • 2
  • bump... apparently this is fixed but I'm also getting this to happen https://rider-support.jetbrains.com/hc/en-us/community/posts/115000729364-Implicit-evaliation-disabled-in-Watch-Window – user3797758 Sep 08 '18 at 21:31

2 Answers2

10

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.

Vapid
  • 701
  • 7
  • 27
0

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

Arsen Ablaev
  • 431
  • 7
  • 13