Is there any way to add any sort of debugging to a Lego Mindstorms program, when using the NXT drag-and-drop environment?
It would be nice to be able to monitor the status of the various sensors, but even knowing what step in the program was running would be nice.
It turns out that this is possible in the NXT environment.
I found an example that walked thru the following steps:
Now, when you run it, the display will continually update with the values coming from the sensor.
So it's not a whole lot better than printf statements, but you know, I got a lot of programming done with that technique :)