next
Command Function
Executes the current line of code and jumps to the next line (without entering the function).
Syntax
1 | next/n [-h | --help] |
The next command can be abbreviated as n.
Parameter Description
Parameter |
Description |
|---|---|
None |
Executes the current line of code and jumps to the next line. |
-h/--help |
Obtains help information. This parameter is optional. |
Example
Display the information about next functions:
1 | next -h
|
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | OVERVIEW Run this command to execute the current line and jumps to the next line of code (without entering the function). USAGE next/n [-h | --help] OPTIONS -h, --help Get help information. EXAMPLE # Executes the current line and jumps to the next line of code (without entering the function). next |
Parent topic: Debugging Operation Commands