|
how to print debugging statements to Netbeans
We're using Netbeans with Java to run our robot. If I upload new code to the robot then, as part of the compile/upload/reboot process a Netbeans is terminal is connected to the cRio, so any System.out.println() statements get printed to the development machine. But so far, I don't know how to get that terminal connection without the whole code-upload process. How do I do that?
|