exit Command |
The quit command exits dbx.
If dbx is attached to a process, the process is detached from before exiting. If there are pending signals, they are cancelled. Use the detach Command for fine control.
quit | Exit dbx with return code 0. Same as exit. |
quit n | Exit with return code n. Same as exit n. |
where: