}
@Override
protected Image getBreakpointImage(IScriptBreakpoint breakpoint) {
if (breakpoint instanceof IScriptWatchpoint) {
IScriptWatchpoint w = (IScriptWatchpoint) breakpoint;
try {
if (w.isEnabled()) {
return DebugUITools.getImage(IDebugUIConstants.IMG_OBJS_WATCHPOINT);
}
} catch (CoreException e) {
DLTKDebugPlugin.log(e);
}