Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.

Debugging Advice

0 votes
Hi,

I am struggling to debug some code on the jevois using the inventor.

I also cannot get the code to run on IDLE as it cant find Jevios library.
asked Jun 28, 2018 in Programmer Questions by gra314 (140 points)

1 Answer

0 votes
Can you explain a bit more what kind of error you are getting? Is it just an exception that you see in the video, or a bad crash that is taking the whole system down?

The easiest for debugging is to use jevois.LINFO(string)

See here how we use it: http://jevois.org/tutorials/ProgrammerInvSerial.html
answered Jun 30, 2018 by JeVois (46,580 points)
...