Asked
— Edited
Variable watch keeps jumping to the top of the scroll every-time a value watched is updated and it's difficult to check values at the bottom of the list when it is constantly jumping back to the top scroll.
You can make an object in the mobile interface to display individual variables, but currently no similar function for the full windows interface.
DJ said it is on the todo list when I requested it, but we all know that list is long....
Alan
Code:
Or add an LCD display to the robot and output the debug data to that.
Or write the variable contents to a file and view that.
I haven't used it yet but I would be surprised if you couldn't display variable contents through the custom http server.
Alan
The fix uses less resources as well - not that it's a lot in the grand scheme of things. However, I generally feel good when I save a few Bytes or cpu cycles
Alan