Quote:
|
Originally Posted by koenig3456
I tried using the MPLAB SIM debugger to debug a program that uses WPILib. I get a Stack over flow error before the main() function is reached. Is there any way to use the MPLAB SIM debugger to debug a program that uses WPILib?
|
I don't know about WPILib, but the stack overflow error is the same that I get when I accidentally run a program compiled without the _SIMULATOR symbol defined. Set it on the MPLAB C18 tab of your project's "Build Options" dialog.