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.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

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)
...