Sun Studio 12 Update 1: Debugging a Program With dbx

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.