PTP
Release 5.0

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

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

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

Methods in org.eclipse.ptp.debug.core that return IPFunctionBreakpoint
static IPFunctionBreakpoint PDebugModel.createFunctionBreakpoint(java.lang.String sourceHandle, org.eclipse.core.resources.IResource resource, java.lang.String function, int charStart, int charEnd, int lineNumber, boolean enabled, int ignoreCount, java.lang.String condition, boolean register, java.lang.String setId, java.lang.String jobId, java.lang.String jobName)
          Create a function breakpoint.
static IPFunctionBreakpoint[] PDebugModel.functionBreakpointExists(java.lang.String sourceHandle, org.eclipse.core.resources.IResource resource, java.lang.String function)
          Find the breakpoints for a particular function.
 


PTP
Release 5.0

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