Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi | |
org.eclipse.cdt.debug.core.cdi.event | |
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Method and Description |
---|---|
ICDIBreakpoint |
ICDIBreakpointHit.getBreakpoint()
Returns the breakpoint that stopped the program.
|
Modifier and Type | Method and Description |
---|---|
ICDIBreakpoint |
ICDIBreakpointProblemEvent.getBreakpoint()
The CDI breakpoint that has the problem
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICDIAddressBreakpoint
Represents an address breakpoint.
|
interface |
ICDIBreakpoint2
Extension of the ICDIBreakpoint interface
|
interface |
ICDIEventBreakpoint |
interface |
ICDIExceptionpoint
ICDIExceptionpoint
|
interface |
ICDIFunctionBreakpoint
Represents a function breakpoint.
|
interface |
ICDILineBreakpoint
Represents a line breakpoint.
|
interface |
ICDILocationBreakpoint
Abstract class returning location of breakpoint: file, line, function, address.
|
interface |
ICDIWatchpoint
Represents a watchpoint.
|
interface |
ICDIWatchpoint2
Represents a watchpoint.
|
Modifier and Type | Method and Description |
---|---|
ICDIBreakpoint[] |
ICDIBreakpointManagement.getBreakpoints()
Return all the breakpoints
|
Modifier and Type | Method and Description |
---|---|
void |
ICDIBreakpointManagement.deleteBreakpoints(ICDIBreakpoint[] breakpoints)
Remove the breakpoints
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.