2930313233343536373839
IDebugTarget target = getRunningTarget(); if (target != null) { target.resume(); } } catch (DebugException e) { Activator.log(e);