PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.model.IPWatchpoint

Packages that use IPWatchpoint
org.eclipse.ptp.debug.core   
 

Uses of IPWatchpoint in org.eclipse.ptp.debug.core
 

Methods in org.eclipse.ptp.debug.core that return IPWatchpoint
static IPWatchpoint PDebugModel.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, java.lang.String setId, java.lang.String jobId, java.lang.String jobName)
          Create a watchpoint on an expression.
static IPWatchpoint[] PDebugModel.watchpointExists(java.lang.String sourceHandle, org.eclipse.core.resources.IResource resource, java.lang.String expression)
          Check if a watchpoint exists.
 


PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.