2.3.99. QUIT

The QUIT command causes the debugger to exit.

Syntax

QUIT [Y]

where:

Y

Exits the debugger without displaying a confirmation dialog. Include this when using the QUIT command in a batch file.

Description

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.

Examples

The following examples show how to use QUIT:

quit

Exits 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 y

Exits the debugger without additional confirmation. However, the debugger warns of any unsaved changes.

Copyright © 2002-2005 ARM Limited. All rights reserved.ARM DUI 0175G
Non-Confidential