Skip to content

The NEPO debugger

Patrick Werner edited this page Mar 16, 2020 · 3 revisions

preconditions: Java

context: All modern editors have support for debugging your code.

problem: In our Open Roberta® Lab we would like to have the option of debugging a program written in the NEPO language for robots system (EV3) that have real time connection with the Open Roberta Lab.

idea: In the first step of this project the student would design a system that allows displaying on the client the current executed block as well as the readings from all the connected sensors. For the second step (optionally) integrated more traditional options for a debugger (controlling the execution of the program, evaluating the variables.)

On the technical side, the project involves:

  • adding UI support for highlighting the current executed code
  • adding UI support for showing the sensor values

contact: Reinhard Budde <reinhard.budde AT iais.fraunhofer.de> @rbudde, Kostadin

Clone this wiki locally