Programming instructions

ROBOTC
The ROBOTC Debugger
©
Carnegie Mellon Robotics Academy / For use with VEX
®
Robotics Systems
The ROBOTC Debugger Global Variables
The Global Variables window displays the current values of every variable declared in your
program. Using the ROBOTC debugger, not only can you view the variable’s names and
values, you can also change their values in real-time. To change the value of one of the
variables, select the Value box of the variable you’d like to change, type in the new value,
and press Enter on your keyboard.
The Global Variables window can be opened by going to the Robot menu, Debug Windows,
and selecting Global Variables.
Reference
Index
The index of the variable, in memory.
Variable
The name of the variable, dened in the program.
Value
The value of the variable during program execution. Values will update automatically if the
Program Debug window is set to update continuously.