We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm getting an error "java.lang.ArrayIndexOutOfBoundsException: -1" citing a line number that does not exist in any of the tabs.
I'm guessing this line number refers to a concatenation of the tab files made by Processing for java.
Some such errors correctly locate in source, but some don't.
Any workaround?
Comments
look in the temp files for the pre-processed file.
(on my linux box
where yymmdd is the date, xxxxxx is random and sketch_name is the name of the sketch)
alternatively, export the project and look in the created files, there will be a java one in there.
Thanks.