Use the Run menu to load and execute a QuickC program. ┌───────────────────────┐ │ Restart Shift+F5 │ ■ Reloads program into memory │ Go F5 │ ■ Starts execution │ Continue To Cursor F7 │ ■ Executes to cursor * │ Trace Into F8 │ ■ Single-steps into functions │ Step Over F10 │ ■ Single-steps over functions │ Animate │ ■ Traces through code, └───────────────────────┘ highlighting each line * * Items marked by an asterisk appear only with full menus. TIP: F5 runs the program. SHIFT+F5 reloads the program, but does not run it.