home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / tutorial / present / text / 143d2.txt < prev    next >
Encoding:
Text File  |  1995-12-06  |  250 b   |  3 lines

  1. This command executes a single line of the source program. If the current line is a call, execution stops at the first statement in the called function.
  2.  
  3. After executing the Step into command, the current line should be in the setToParent function.