exit
Terminates the debugging session
Format 
exit [ -force ]
Arguments 
-force
Exits without asking permission. This is most often used in scripts.
Description 
The exit command ends the debugging 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 
exit
Exits TotalView, leaving any attached processes running.
Related Topics