.. index:: restart .. _restart: Restart ------- **restart** Restart debugger and program via an *exec()* call. All state is lost, and new copy of the debugger is used. .. seealso:: :ref:`run ` for another way to restart the debugged program. :ref:`quit `, or :ref:`kill ` for termination commands.