Programio-ide-arduino-error-tracker-V2 - Programino IDE for Arduino

Go to content
PROGRAMINO IDE - Error Tracer



The error tracer shows you errors that occurred during compilation.
These can be syntax errors, missing libraries, commas, semicolons or the like.
You only have to "double-click" on the error in the list and Programino jumps to the error.

Often the first error is the result of the rest of the errors.
It is therefore advisable to check the first error first.



The picture shows the jump to the error.
However, a semicolon is missing at the end of the bracket "}".
The output text already indicates this. It is therefore very easy to find errors in the Arduino™ code.


Back to content