// TODO(peter.rybin): from Alexander Pavlov: I think you need to fire a terminate event after
// this line, for consolePseudoProcess if one is not null.
// Do not report on threads -- the children are gone when terminated.
DebugTargetImpl.fireDebugEvent(
new DebugEvent(debugTargetImpl, DebugEvent.TERMINATE, DebugEvent.UNSPECIFIED));
DebugTargetImpl.fireDebugEvent(
new DebugEvent(debugTargetImpl.getLaunch(), DebugEvent.TERMINATE, DebugEvent.UNSPECIFIED));
}