Is the Monitor usable in VEXcode VR Python (other than the console)?
I want to monitor the values of some variables to show students how the value changes within a loop. Other information is already being displayed to the console so more print statements would get messy.
I really like how the Monitor implicitly demonstrates that the variable only ever contains a single value.
In Blocks, it would just be a matter of checking the box. Maybe in Python I could just type the name into the box??