Changing the Debugger Prompt

By default, the debugger prompt is (idb). You can customize the debugger prompt by setting the $prompt debugger variable, or, in GDB mode, using the set prompt command.

The following example changes the prompt by setting the $prompt debugger variable.

(idb) set $prompt = "newPrompt>> " 
newPrompt>> 

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.