We are having a problem with our RIOlog. Through std::cout, we are able to send messages to the RIOlog. However, when our code crashes, we do not get any error messages. As you can imagine, this makes debgging a nightmare.
Here’s a sample crash
Opened file (just a cout we had for debugging)
(Crash occurred right here)
âž” Launching «’/home/lvuser/FRCUserProgram’»
[HAL] Starting task FRC_DriverStation…
Any ideas on how to fix this? And suggestions welcome