Enable displaying the specified items.
enable display [ ID … ]
ID |
The ID of the item in the automatic display list to enable. |
This command enables displaying the specified items in the automatic display list. If you do not specify ID, the debugger enables the entire automatic display list.
The debugger includes an automatic display list, which prints the value of an expression each time the debuggee stops. For more information, see the display command.
To add an expression or address to the automatic display list, use the display command.
To disable an item in the automatic display list, use the display command.
To delete an item from the automatic display list, use the delete display command.
To show the expressions currently in the automatic display list, use the info display command.
(idb) enable display (idb) step No symbol "argv" in current context. cannot evaluate argv 2: argv = No symbol "argc" in current context. cannot evaluate argc 1: argc = (idb) disable display (idb) step (idb)
Copyright © 1996-2010, Intel Corporation. All rights reserved.