qp.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.
Trace Into Command
 
  Use the Trace Into command to single-step through your
  program, entering each function or procedure as it is
  called. The shortcut key is F8.
 
  When you reach a call, Trace Into steps from the
  statement that calls the routine to the first executable
  statement in the procedure or function.
 
  Once you have verified that the routine works as
  designed, you can use Step Over to save time as you
  continue debugging.