1 11 package org.eclipse.jdt.debug.core; 12 13 14 import org.eclipse.core.runtime.CoreException; 15 import org.eclipse.debug.core.model.IDebugTarget; 16 import org.eclipse.debug.core.model.IWatchpoint; 17 18 32 public interface IJavaWatchpoint extends IJavaLineBreakpoint, IWatchpoint { 33 40 public String getFieldName() throws CoreException; 41 50 public boolean isAccessSuspend(IDebugTarget target); 51 } 52 53 | Popular Tags |