quit
Command Function
Terminates the debugging session and exits the application immediately.
Syntax
1 | quit/q [-h | --help] |
The quit command can be abbreviated as q.
Parameter Description
Parameter |
Description |
|---|---|
None |
Terminates the debugging session and exits the application immediately. |
-h/--help |
Obtains help information. This parameter is optional. |
Example
Display the information about quit functions:
1 | quit -h
|
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | OVERVIEW Run this command to terminate the debugging session and exits the application immediately. USAGE quit/q [-h | --help] OPTIONS -h, --help Get help information. EXAMPLE # Terminates the debugging session and exits the application immediately. quit |
Parent topic: Debugging Operation Commands