Go to main content
Oracle® Developer Studio 12.5: Debugging a Program with dbx

Exit Print View

Updated: June 2016
 
 

quit Command

The quit command exits dbx. It has the same syntax and functionality in native mode and Java mode.

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.

Syntax

quit

Exit dbx with return code 0. Same as exit.

quit n

Exit with return code n. Same as exit n.

where:

n is a return code.