quit
Command Function
Terminates the debugging session and exits the application immediately.
Syntax
quit/q [-h | --help]
The quit command can be abbreviated as q.
Example
Display the information about quit functions:
1 | quit -h
|
Command output:
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