Log in

View Full Version : NetConsole 2015 - How to implement?


orbobigge
01-02-2015, 11:53
Last year there was an application in C++ programming development called NetConsole. It allowed debugging easily and allowing us to see the bootup of the CRio.

Well, with the implementation of Eclipse, we haven't found the app anywhere on our computer. Is the NetConsole still around or is there any easy way of using print statements for real time testing, similiar to how the NetConsole did it. Any help appreciated.

RufflesRidge
01-02-2015, 11:56
http://wpilib.screenstepslive.com/s/4485/m/13810/l/284333-using-riolog-to-view-console-output

orbobigge
01-02-2015, 16:18
http://wpilib.screenstepslive.com/s/4485/m/13810/l/284333-using-riolog-to-view-console-output

This is exactly what we were looking for! Thank you!