| |||
| Home > RealView Debugger Commands > Alphabetical command reference > QUIT | |||
The QUIT command causes the debugger to exit.
QUIT [Y]
where:
YExits the debugger without displaying a confirmation dialog. Include this when using the QUIT command in a batch file.
The QUIT command exits the debugger. It displays a dialog box where you can confirm the operation.
If you have any unsaved changes, you are prompted to save these before the debugger exits.
The following examples show how to use QUIT:
quitExits the debugger. Displays a dialog box where you can choose to confirm or abort the operation. If you choose to exit, the debugger warns of any unsaved changes.
quit yExits the debugger without additional confirmation. However, the debugger warns of any unsaved changes.