Debugger not showing nullable variables correctly
When I inspect a variable of type float? (nullable float), I get "Specified cast is not valid" shown as the value for this variable in the debugger variable list, however, if I pass the same variable through Debug.log, I get the correct value shown... either a float or a null.
Please sign in to leave a comment.
Hello David,
It sounds like you have faced the following known issue: RIDER-57691. It was already solved and fix will be included to the next update. We beg your pardon for the inconvenience.