Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot programming: Execution/debug feedback #44

Open
3 tasks
mayacakmak opened this issue Sep 24, 2020 · 0 comments
Open
3 tasks

Robot programming: Execution/debug feedback #44

mayacakmak opened this issue Sep 24, 2020 · 0 comments
Labels
features new features for the robot

Comments

@mayacakmak
Copy link
Owner

Currently when a program runs, there is no info on the robot programming tool about what is happening, would be useful to add:

  • Make the program read-only while program executes, go back to editable when execution is done.
  • Highlight (e.g. green) the line of the code that is currently executing
  • Have a debug message window that displays stuff being printed onto the console during execution. For this we can go through the API implementation and replace console.log statements with something like displayDebugInfo and that function can both add the info the interface debug window as well as still print it in the console.
@mayacakmak mayacakmak added the features new features for the robot label Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features new features for the robot
Projects
None yet
Development

No branches or pull requests

1 participant