Chapter 4-5: The Debugger Cover Page Return (4-5)Step/Ret

Step/Into


To view the contents of the COPY or GOSUB routine, you must select step/into while positioned at the COPY or GOSUB statement. This steps you “out” of the current statements and “into” the referenced subroutine. Selecting step/into instead of return keeps you “in line,” and allows you to execute the subroutine statements. Select return to move through the subroutine one statement at a time, or select step/end or step/ret to move to the next RETURN statement. Then, use return to leave the subroutine.

 

APPX Application Design Manual (01/13/03) Cover Page Return (4-5)Step/Ret

© 2003 by APPX Software, Inc. All rights reserved