You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a breakpoint in any function that takes in one of these &BoundedSlice<> variables, I can only see the length of the slice in the variables panel, not the values. If I bind a variable to the inner slice, I can see the values that way.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In Rust, I'm using a slice wrapper defined like so:
When setting a breakpoint in any function that takes in one of these
&BoundedSlice<>
variables, I can only see the length of the slice in the variables panel, not the values. If I bind a variable to the inner slice, I can see the values that way.Anything I can do to fix this?
Beta Was this translation helpful? Give feedback.
All reactions