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(String sourceHandle, org.eclipse.core.resources.IResource resource, String function, int charStart, int charEnd, int lineNumber, boolean enabled, int ignoreCount, String condition, boolean register, String setId, String jobId, String jobName)
          Create a function breakpoint.
static IPFunctionBreakpoint[] PDebugModel.functionBreakpointExists(String sourceHandle, org.eclipse.core.resources.IResource resource, String function)
          Find the breakpoints for a particular function.
 


PTP
Release 5.0

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