Disconnect from all running processes and remove all breakpoints.
disconnect
None.
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) disconnect
Copyright © 1996-2010, Intel Corporation. All rights reserved.