qcenv.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Run Menu
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.