next¶
Step program, proceeding through subroutine calls.
next [N]
Like the “step” command as long as subroutine calls do not happen; when they do, the call is treated as one instruction.
- N means do this N times (or till program stops for another reason).
WARNING: Depending on architecture stepping N times may be not available.