Trouble Seeing Output in Console (e.g. print(), println())
in
Integration and Hardware
•
7 months ago
I'm new to Processing and am running it on a Linux machine. I open the software and see a black area at the bottom which I assume to be the console. If I change the text of an example program such that the program is no longer executable, I get an error in the console window.
However, neither the print() or the println() functions print any content to the console window. I'm trying to use the print() or println() commands to view the contents of an array from within the console window.
Can someone please help?
Regards,
Alan
1