122123124125126127128129
} public void suspend() throws DebugException { if (!isPydevThread) { stack = null; target.postCommand(new ThreadSuspendCommand(target, id)); } }