|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SPLineBreakpoint | |
org.eclipse.datatools.sqltools.debugger.model |
Uses of SPLineBreakpoint in org.eclipse.datatools.sqltools.debugger.model |
Methods in org.eclipse.datatools.sqltools.debugger.model that return SPLineBreakpoint | |
static SPLineBreakpoint |
SPDebugModelUtil.createLineBreakpoint(ProcIdentifier procid,
int lineNumber,
boolean register)
Creates a line breakpoint at the specified line for the specified proc. |
static SPLineBreakpoint |
SPDebugModelUtil.findLineBreakpoint(ProcIdentifier procid,
int lineNumber)
Returns the breakpoint object in a Routine identified by procid , at line lineNumber |
Methods in org.eclipse.datatools.sqltools.debugger.model with parameters of type SPLineBreakpoint | |
static boolean |
SPDebugModelUtil.supportCondition(SPLineBreakpoint bp)
Tests whether a breakpoint support condition. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |