JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Value tracking

Last modified: 22 September 2022

Value Tracking helps you investigate value of a particular type and possibly determine how a certain incorrect value might have passed to a given point in your program, and where it might be passed next. This helps you investigate possible NullReferenceException, inappropriate behavior, and reasons why you get incorrect values.

If a node represents an element of a collection, it is marked with Themed icon dfa collection screen gray; if there is a lambda expression, it is marked with Themed icon dfa lambda screen gray.