nexti

Step one instruction, but proceed through subroutine calls

nexti [N]

Like the “stepi” 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.