exit
Terminates the debugging session
Format:
exit [ -force ]
Arguments:
-force
Tells the CLI that TotalView should exit without asking permission.
Description:
The exit command terminates the TotalView session.
After executing this command, the CLI asks if it is all right to exit. If you answer yes, TotalView exits. If you had entered the CLI from the TotalView GUI, this command also closes the GUI window.
Note: Type Ctrl-D to exit from the CLI window without exiting from TotalView.
Any processes and threads that were created by the CLI are destroyed. Any processes that existed prior to the debugging session (that is, were attached by the CLI as part of a dattach operation) are detached and left executing.
The exit and quit commands are interchangeable; they both do exactly the same thing.
Examples:
exit
Exits from the CLI, leaving any "attached" processes running.