restart

public abstract void restart(int threadId)(source)

Attempts to restart the debuggee on the given debug thread. This is called by the debugger when requested by the user. The previous debug thread is removed before this method is called, so the implementation may use createDebugThread and startDebuggingIotas. However, note that terminate is not called before this method.