Methods in org.eclipse.cdt.debug.core that return ICWatchpoint |
static ICWatchpoint |
CDIDebugModel.createWatchpoint(java.lang.String sourceHandle,
org.eclipse.core.resources.IResource resource,
boolean writeAccess,
boolean readAccess,
java.lang.String expression,
boolean enabled,
int ignoreCount,
java.lang.String condition,
boolean register)
Creates and returns a watchpoint for the source defined by the given
source handle, at the given expression. |
static ICWatchpoint |
CDIDebugModel.createWatchpoint(java.lang.String sourceHandle,
org.eclipse.core.resources.IResource resource,
int charStart,
int charEnd,
int lineNumber,
boolean writeAccess,
boolean readAccess,
java.lang.String expression,
boolean enabled,
int ignoreCount,
java.lang.String condition,
boolean register)
Creates and returns a watchpoint for the source defined by the given
source handle, at the given expression. |
static ICWatchpoint |
CDIDebugModel.watchpointExists(java.lang.String sourceHandle,
org.eclipse.core.resources.IResource resource,
java.lang.String expression)
Returns the watchpoint that is already registered with the breakpoint
manager for a source with the given handle and the given resource at the
given expression. |