115116117118119120121122
public void resume() throws DebugException { if (!isPydevThread) { stack = null; isStepping = false; target.postCommand(new ThreadRunCommand(target, id)); } }