org.eclipse.cdt.debug.core.model
Interface IRestart

All Known Subinterfaces:
ICDebugTarget
All Known Implementing Classes:
CCoreFileDebugTarget, CDebugTarget, CStackFrame, CThread

public interface IRestart

Provides the ability to restart a debug target.


Method Summary
 boolean canRestart()
          Returns whether this element can currently be restarted.
 void restart()
          Causes this element to restart its execution.
 

Method Detail

canRestart

boolean canRestart()
Returns whether this element can currently be restarted.

Returns:
whether this element can currently be restarted

restart

void restart()
             throws org.eclipse.debug.core.DebugException
Causes this element to restart its execution.

Throws:
org.eclipse.debug.core.DebugException - on failure. Reasons include: