quit
Terminates the debugging session
Format 
quit [ -force ]
Arguments 
-force
Closes all TotalView processes without asking permission.
Description 
The quit command terminates the TotalView session.
After you enter this command, the CLI confirms that you wish to exit, then exits. If you entered the CLI from the TotalView GUI, this command also closes the GUI window.
NOTE: If you invoked the CLI from within the TotalView GUI, pressing Ctrl+D closes the CLI window without exiting from TotalView.
TotalView destroys all processes and threads that it makes. Any processes that existed prior to the debugging session (that is, TotalView attached to them because you used the dattach command) are detached and left executing.
The exit and quit commands are interchangeable and do the same thing.
Examples 
quit
Exits TotalView, leaving any attached processes running.
Related Topics