Progress
Debugger Guide
DOWN Command
Moves down a specified number of entries (Progress triggers, internal procedures, and external procedures) in the procedure call stack.
SYNTAX
PARAMETERS
integer
An integer that specifies the number of triggers or procedures to move down the call stack. The default value is 1.
NOTES
- The listing panel displays the current entry and updates the line pointer to the currently executing statement. It also shows any breakpoints in the current entry with the breakpoint indicator.
- The current stack entry becomes the current procedure or trigger in the Debugger context. Thus, all LIST commands and DISPLAY Command now refer to data objects accessible to the current entry, and line numbers specified in the BREAK Command also default to the current entry.
- The SHOW STACK Command lists the stack with the context arrow pointing to the current entry.
- Although the current procedure changes with each DOWN Command, the executing procedure does not change. Any control flow command, such as NEXT Command or CONTINUE Command, immediately makes the executing procedure the current procedure and continues execution from the current stopping point.
SEE ALSO
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |