|
Re: RoboRIO code and GRIP crashing
Have you tried using the debugger to get more info? Once it captures the crash, you can get a stack trace which will contain the line of your code that led to it. To run the debugger, right click your project in Eclipse, select "Debug As" and then "WPILib C++ Deploy"
|