Programming instructions
Reference
Project Lead The Way
©
and Carnegie Mellon Robotics Academy
©
/ For use with VEX
®
Robotics Systems
ROBOTC Debugger • 3
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.
Index
The index of the variable, in memory.
Variable
The name of the variable, dened 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.
Go to Reference Links