By default, the debugger prompt is (idb). You can customize the debugger prompt by setting the $prompt debugger variable, or using the set prompt command.
The following example changes the prompt by setting the $prompt debugger variable.
(idb) set $prompt = "newPrompt>> " newPrompt>>