Disconnect from all running processes and remove all breakpoints.
disconnectNone.
This command detaches the debugger from all running processes. When you detach, the debugger removes all breakpoints.
If you attached to a process using the attach command, the process continues to run, but the debugger can no longer identify or control it.
(idb) disconnectCopyright © 1996-2010, Intel Corporation. All rights reserved.