Debugger Windows Not Cooperating Correctly

I am having troubles with my sensors not showing up correctly in debugger windows as i have put them in Motor and sensor setup.
ex. I put Ultrasonic in port 8 and 9, and have it as a sonar(mm). However I will download it and open debugger windows and it won’t show anything in the sensor port. Literally NOTHING. No ultrasonic, no sonar(mm) no variable. Nothing

RobotC is up to date, my controller and cortex are up to date also. I have tried on different computers also.

Did you start the program? Sensors configured in the motors&sensors setup (and showing in the #pragma statements at the top of your program) will not show until the program is started. The sensors window can be enabled using the “Debugger Windows” menu under the robot menu.