122123124125126127128129130131132
} } try { target.terminate(); } catch (DebugException e) { DestecsDebugPlugin.logError("Failed to terminate destecs target", e); } refreshProject();
2728293031323334353637
IDebugTarget target = getRunningTarget(); if (target != null) { target.terminate(); } } catch (DebugException e) { Activator.log(e);