Stepping through code in list::maps and more #4569
sanderjson
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
More than once I wish I could inspect the live values in a
list::maporlist::filteror other.Using a trivial example like this (code below), we can inspect the
valbut only for the final value of the list. It would be great for the user to be able to cycle through all the values as desired.In the screenshot below I show one possible UI/UX solution. In this case the arrows could be used to change the value of
val, and the user could then debug their code easier.sample code
screenshot 1 (current UI)

screenshot 2 (example solution)

Beta Was this translation helpful? Give feedback.
All reactions