I used the C:/windriver workspace with only one project and it works. Auto-completion also started working. Before, I was using a workspace on the D:/ drive.
Run/Debug still halt instantly. Here's the trace from the Console Out:
Code:
Break at 0x0219d2c4: FRC_UserProgram_StartupLibraryInit Task: 0x2217cf8 (tFRC_
UserProgram_StartupLibraryInit)
WPILib was compiled from SVN revision 2069
task 0x218a5c0 (FRC_DriverStation) deleted: errno=0 (0) status=0 (0)
task 0x1d62d08 (FRC_RobotTask) deleted: errno=0 (0) status=0 (0)
!!! Error: Default code was still running... It was unloaded for you... Please
try again.
task 0x2217cf8 (tFRC_UserProgram_StartupLibraryInit) deleted: errno=0 (0) status
=0 (0)
Using "Undeploy" first did nothing. What's going on?